]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode'
[notmuch] / emacs / notmuch.el
index 8b153cc037e50bb21298d32ad64e550d701334cb..3acd3a973a8a68d55d73214a2581c473797422e6 100644 (file)
@@ -234,7 +234,7 @@ For a mouse binding, return nil."
   "Notmuch mail reader for Emacs."
   :group 'mail)
 
-(defcustom notmuch-search-hook nil
+(defcustom notmuch-search-hook '(hl-line-mode)
   "List of functions to call when notmuch displays the search results."
   :type 'hook
   :options '(hl-line-mode)
@@ -268,7 +268,6 @@ For a mouse binding, return nil."
     (define-key map "-" 'notmuch-search-remove-tag)
     (define-key map "+" 'notmuch-search-add-tag)
     (define-key map (kbd "RET") 'notmuch-search-show-thread)
-    (define-key map "F" 'notmuch-folder)
     map)
   "Keymap for \"notmuch search\" buffers.")
 (fset 'notmuch-search-mode-map notmuch-search-mode-map)