mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Add a binding (t) to toggle the truncation of long lines.
This commit is contained in:
parent
c205e8ffae
commit
7bcab5d645
1 changed files with 1 additions and 0 deletions
|
@ -1137,6 +1137,7 @@ Refreshes the current view, observing changes in cryptographic preferences."
|
|||
(define-key map "!" 'notmuch-show-toggle-elide-non-matching)
|
||||
(define-key map "$" 'notmuch-show-toggle-process-crypto)
|
||||
(define-key map "<" 'notmuch-show-toggle-thread-indentation)
|
||||
(define-key map "t" 'toggle-truncate-lines)
|
||||
map)
|
||||
"Keymap for \"notmuch show\" buffers.")
|
||||
(fset 'notmuch-show-mode-map notmuch-show-mode-map)
|
||||
|
|
Loading…
Reference in a new issue