X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=fbf3f9bba1c6940e6dab8081356a051e70490791;hb=d2a1140c44f0cdaf16c06730b7311cbe222bc2da;hp=92d3811c995b1b17bc2e92c0c011a911211255ff;hpb=046f5dded2a113d80e55288aaa1659a6843dafa3;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 92d3811c..fbf3f9bb 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -879,9 +879,6 @@ buffer." (jit-lock-register #'notmuch-show-buttonise-links) - ;; Act on visual lines rather than logical lines. - (visual-line-mode t) - (run-hooks 'notmuch-show-hook)) ;; Move straight to the first open message @@ -993,7 +990,8 @@ All currently available key bindings: (use-local-map notmuch-show-mode-map) (setq major-mode 'notmuch-show-mode mode-name "notmuch-show") - (setq buffer-read-only t)) + (setq buffer-read-only t + truncate-lines t)) (defun notmuch-show-move-to-message-top () (goto-char (notmuch-show-message-top)))