mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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)
|
(define-key map (kbd "<C-tab>") 'widget-backward)
|
||||||
map)
|
map)
|
||||||
"Keymap for \"notmuch hello\" buffers.")
|
"Keymap for \"notmuch hello\" buffers.")
|
||||||
(fset 'notmuch-hello-mode-map notmuch-hello-mode-map)
|
|
||||||
|
|
||||||
(define-derived-mode notmuch-hello-mode fundamental-mode "notmuch-hello"
|
(define-derived-mode notmuch-hello-mode fundamental-mode "notmuch-hello"
|
||||||
"Major mode for convenient notmuch navigation. This is your entry portal into notmuch.
|
"Major mode for convenient notmuch navigation. This is your entry portal into notmuch.
|
||||||
|
|
Loading…
Add table
Reference in a new issue