From 8a6a00bf4ccf7bb3129c993ebdc52405cb20704a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 26 Apr 2010 17:51:27 -0700 Subject: [PATCH] emacs: Disable automatic jump to search bar for notmuch-hello. We're about to get support for maintaining point on the current saved-search, so we don't want this jump-to-search defeating that. --- emacs/notmuch-hello.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index bd882b83..7333e156 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -64,7 +64,7 @@ "Background colour for the notmuch logo." :group 'notmuch) -(defcustom notmuch-hello-jump-to-search t +(defcustom notmuch-hello-jump-to-search nil "Whether `notmuch-hello' should always jump to the search field." :type 'boolean -- 2.43.0