diff --git a/init/mail-setup.el b/init/mail-setup.el index a277af7db..1292a7e15 100644 --- a/init/mail-setup.el +++ b/init/mail-setup.el @@ -1,6 +1,8 @@ (require 'notmuch) +(require 'counsel-notmuch) (global-set-key (kbd "C-c m") 'notmuch-hello) +(global-set-key (kbd "C-c C-m") 'counsel-notmuch) (global-set-key (kbd "C-c C-e n") 'notmuch-mua-new-mail) (setq notmuch-cache-dir (format "%s/.cache/notmuch" (getenv "HOME")))