summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-26 17:51:27 -0700
committerCarl Worth <cworth@cworth.org>2010-04-26 17:51:27 -0700
commit8a6a00bf4ccf7bb3129c993ebdc52405cb20704a (patch)
tree3edd87bb678f79544a01b5603a6c99e8e42356b2
parent56cbff29887420a649e36a69af1ae2ab70fdd8b5 (diff)
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.
-rw-r--r--emacs/notmuch-hello.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index bd882b8..7333e15 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