]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Disable automatic jump to search bar for notmuch-hello.
authorCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 00:51:27 +0000 (17:51 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 00:51:27 +0000 (17:51 -0700)
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

index bd882b830fd6ae7a320a0295e52bd15c9f92b9ea..7333e15662671627ca4c5197746ad37a34b6f5a0 100644 (file)
@@ -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