aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Keith Packard <keithp@keithp.com>2009-11-18 00:12:31 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-18 23:29:55 +0100
commit86f7ee24d6d0b15775b6f63f3bf88639e5be6e03 (patch)
treeaab061e45dc9a4e538c15c46ea0d86232c441a63 /notmuch.el
parent6caf631ebf79e2e9ba7e6a80244152b3c3615209 (diff)
Set truncate-lines variable for search buffers.
This keeps them from wrapping. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch.el b/notmuch.el
index f4b09e90..59a5851b 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -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))