about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--init/mail-setup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/mail-setup.el b/init/mail-setup.el
index a277af7dbe97..1292a7e15fb0 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")))