mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
emacs: add doc-string to notmuch-tree-mode-map
This commit is contained in:
parent
0496668ad5
commit
b9f328b75d
1 changed files with 2 additions and 1 deletions
|
@ -359,7 +359,8 @@ FUNC."
|
||||||
(define-key map " " 'notmuch-tree-scroll-or-next)
|
(define-key map " " 'notmuch-tree-scroll-or-next)
|
||||||
(define-key map (kbd "DEL") 'notmuch-tree-scroll-message-window-back)
|
(define-key map (kbd "DEL") 'notmuch-tree-scroll-message-window-back)
|
||||||
(define-key map "e" 'notmuch-tree-resume-message)
|
(define-key map "e" 'notmuch-tree-resume-message)
|
||||||
map))
|
map)
|
||||||
|
"Keymap for \"notmuch tree\" buffers.")
|
||||||
(fset 'notmuch-tree-mode-map notmuch-tree-mode-map)
|
(fset 'notmuch-tree-mode-map notmuch-tree-mode-map)
|
||||||
|
|
||||||
(defun notmuch-tree-get-message-properties ()
|
(defun notmuch-tree-get-message-properties ()
|
||||||
|
|
Loading…
Reference in a new issue