feat(mail): Add counsel-notmuch support
This commit is contained in:
parent
dea6ece741
commit
5b32cd74c6
1 changed files with 2 additions and 0 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue