From a733d45b24f0e97cc668d41bbd80b93e22585ac3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 8 Feb 2022 20:59:02 -0600 Subject: Add consult-notmuch --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 01d3f7f..0c8f173 100644 --- a/init.el +++ b/init.el @@ -1145,6 +1145,13 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." (:bind "C-x C-d" #'consult-dir "C-x C-j" #'consult-dir-jump-file))) +(setup (:straight consult-notmuch) + (:load-after consult notmuch) + (add-to-list 'consult-buffer-sources 'consult-notmuch-buffer-source) + (with-eval-after-load 'vertico-multiform + (setf (alist-get 'consult-notmuch vertico-multiform-commands) '(buffer) + (alist-get 'consult-notmuch-tree vertico-multiform-commands) '(buffer)))) + (setup (:straight corfu) (+with-ensure-after-init (corfu-global-mode +1))) -- cgit 1.4.1-21-gabe81