summaryrefslogtreecommitdiffhomepage
path: root/attic
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-20 02:23:35 +0100
committerjao <jao@gnu.org>2021-08-20 02:23:35 +0100
commit465e949bbba6c44c5eb40f6c53cdfa5f47d7ba0c (patch)
tree35932f21414068e5438f92715a60d4e798a35587 /attic
parent3847fdab8fa0542f09ed74a1f2907e6f406d06c9 (diff)
downloadelibs-465e949bbba6c44c5eb40f6c53cdfa5f47d7ba0c.tar.gz
elibs-465e949bbba6c44c5eb40f6c53cdfa5f47d7ba0c.tar.bz2
notmuch.org: whitespace (sectioning)
Diffstat (limited to 'attic')
-rw-r--r--attic/misc.org13
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