From cdd64727f197bf9e24b89da768d75bf268b8fb1c Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Wed, 24 Mar 2010 15:50:11 +0000 Subject: [PATCH] emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode' --- emacs/notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 0adaf8b4..3acd3a97 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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) -- 2.43.0