From 98cc5f9fac9c2739e08486548a4c678e8d48965b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 22 Jan 2020 17:26:11 +0000 Subject: feat(emacs.d): Add key binding for counsel-notmuch --- tools/emacs/config/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/emacs') diff --git a/tools/emacs/config/init.el b/tools/emacs/config/init.el index 45f90c98e7..d705274e93 100644 --- a/tools/emacs/config/init.el +++ b/tools/emacs/config/init.el @@ -73,7 +73,9 @@ (use-package multiple-cursors) (use-package notmuch - :bind (:map global-map ("s-g m" . notmuch)) ;; g m -> gmail + :bind (:map global-map + ("s-g m" . notmuch) + ("s-g M" . counsel-notmuch)) ;; g m -> gmail :config (setq notmuch-search-oldest-first nil)) -- cgit 1.4.1