Map F5 to 'compile again

This commit is contained in:
Sebastian Schulze 2015-09-11 15:05:56 +02:00
parent 12dc2c30f7
commit 85ed1f9330
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
(require 'notmuch)
(global-set-key [f5] 'compile)
(global-set-key [f9] 'notmuch-unread)
(define-key notmuch-search-mode-map "F"
(notmuch-search-toggle-flagged))