diff options
Diffstat (limited to 'attic')
-rw-r--r-- | attic/misc.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/attic/misc.org b/attic/misc.org index aedec78..c93b458 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -420,6 +420,19 @@ (global-company-mode 1) #+end_src +* notmuch-addr + #+begin_src emacs-lisp + (when (jao-load-path "notmuch-addr") + (with-eval-after-load 'notmuch-address + (jao-corfu-no-auto notmuch-message) + (defun jao-notmuch-message-corfu-setup () + (setq-local corfu-quit-no-match nil + corfu-commit-predicate t + orderless-component-separator " +")) + (add-hook 'notmuch-message-mode-hook #'jao-notmuch-message-corfu-setup) + (require 'notmuch-addr) + (notmuch-addr-setup))) + #+end_src * rcirc #+begin_src emacs-lisp :load no (use-package rcirc |