summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-24 06:15:09 -0700
committerCarl Worth <cworth@cworth.org>2010-04-24 06:15:09 -0700
commitc87d17f28e67fd636b41507d78d058fc92e90a06 (patch)
tree87b0adeced46a1e39f43a3f42a33e59a50ae1068
parenta88d1d277bea178c8623e0e6a3671ff1fe13fd60 (diff)
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.
-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 7e3107c..482ef68 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -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