From: Carl Worth Date: Sat, 24 Apr 2010 13:15:09 +0000 (-0700) Subject: emacs: Make notmuch-hello jumpt to search bar by default. X-Git-Tag: 0.3~77 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c87d17f28e67fd636b41507d78d058fc92e90a06 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. --- diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 7e3107c3..482ef681 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