emacs: Make notmuch-hello jumpt to search bar by default.

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.
This commit is contained in:
Carl Worth 2010-04-24 06:15:09 -07:00
parent a88d1d277b
commit c87d17f28e

View 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