Notmuch: Bind "M-s f" to helm-imenu

master
Pierre Neidhardt 2019-04-05 15:08:35 +02:00
parent d586fffdf7
commit b50b4237cd
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@
notmuch-hello-mode-map
notmuch-show-mode-map
notmuch-tree-mode-map))
(define-key map "s" 'helm-notmuch)))
(define-key map "s" 'helm-notmuch))
(define-key notmuch-show-mode-map (kbd "M-s f") #'helm-imenu))
(when (require 'org-notmuch nil 'noerror)
(dolist (map (list notmuch-show-mode-map notmuch-tree-mode-map))