From 465e949bbba6c44c5eb40f6c53cdfa5f47d7ba0c Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 20 Aug 2021 02:23:35 +0100 Subject: notmuch.org: whitespace (sectioning) --- attic/misc.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'attic') 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 -- cgit v1.2.3