mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: No longer define notmuch-hello-mode-map as a function
It was defined as such for a decade; ever since
a56010ac8b
but there
wasn't a reason to do that then nor is there now.
This commit is contained in:
parent
82390b2807
commit
14c4533c43
1 changed files with 0 additions and 1 deletions
|
@ -687,7 +687,6 @@ with `notmuch-hello-query-counts'."
|
|||
(define-key map (kbd "<C-tab>") 'widget-backward)
|
||||
map)
|
||||
"Keymap for \"notmuch hello\" buffers.")
|
||||
(fset 'notmuch-hello-mode-map notmuch-hello-mode-map)
|
||||
|
||||
(define-derived-mode notmuch-hello-mode fundamental-mode "notmuch-hello"
|
||||
"Major mode for convenient notmuch navigation. This is your entry portal into notmuch.
|
||||
|
|
Loading…
Reference in a new issue