diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 4 | ||||
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index 2f2bb7f..f0e21da 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -5,10 +5,11 @@ ;;; Load and basic config (defvar jao-exwm--use-afio t) -(jao-load-path "exwm") +;; (jao-load-path "exwm") (use-package exwm :ensure t + :demand t :init (setq exwm-debug nil exwm-workspace-number 1 exwm-workspace-show-all-buffers t @@ -20,7 +21,6 @@ x-no-window-manager t)) (use-package exwm-edit :ensure t) -(require 'exwm) ;;; Frame(s) as workspaces (defun jao-exwm--new-frame-p () diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 1135ec7..1ee851b 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -227,7 +227,7 @@ (setq notmuch-address-use-company t notmuch-address-command 'as-is notmuch-always-prompt-for-sender t - notmuch-draft-folder "local" + notmuch-draft-folder "drafts" notmuch-draft-quoted-tags '("part") notmuch-fcc-dirs '(("\\(support\\|education\\)@bigml.com" . nil) |