]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Make notmuch-hello jumpt to search bar by default.
authorCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 13:15:09 +0000 (06:15 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 13:15:09 +0000 (06:15 -0700)
This isn't ideal for me personally, since I usually want to inovke a
saved search rather than entering a new search textually. But it's at
least better than just putting point in the upper-left corner where it
doesn't do anything.

emacs/notmuch-hello.el

index 7e3107c333a2df9e5efeeeb4db126e433dc0f2ad..482ef6818ec6d461f2f86ac392a589411e36b7e5 100644 (file)
@@ -60,7 +60,7 @@
   :type 'color
   :group 'notmuch)
 
-(defcustom notmuch-hello-jump-to-search nil
+(defcustom notmuch-hello-jump-to-search t
   "Whether `notmuch-hello' should always jump to the search
 field."
   :type 'boolean