mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Set truncate-lines variable for search buffers.
This keeps them from wrapping. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
6caf631ebf
commit
86f7ee24d6
1 changed files with 1 additions and 0 deletions
|
@ -772,6 +772,7 @@ global search.
|
|||
(set (make-local-variable 'scroll-preserve-screen-position) t)
|
||||
(add-to-invisibility-spec 'notmuch-search)
|
||||
(use-local-map notmuch-search-mode-map)
|
||||
(setq truncate-lines t)
|
||||
(setq major-mode 'notmuch-search-mode
|
||||
mode-name "notmuch-search")
|
||||
(setq buffer-read-only t))
|
||||
|
|
Loading…
Reference in a new issue