mu4e: compose/format-flowed: don't enable fringe indicators
We were enabling the fringe indicators by default in mu4e-compose-format-flowed; let's not do that and leave it to the user (they can use add-hook etc.)
This commit is contained in:
@ -441,9 +441,6 @@ buffers; lets remap its faces so it uses the ones for mu4e."
|
|||||||
(setq truncate-lines nil
|
(setq truncate-lines nil
|
||||||
word-wrap t
|
word-wrap t
|
||||||
use-hard-newlines t)
|
use-hard-newlines t)
|
||||||
;; Set the marks in the fringes before activating visual-line-mode
|
|
||||||
(set (make-local-variable 'visual-line-fringe-indicators)
|
|
||||||
'(left-curly-arrow right-curly-arrow))
|
|
||||||
(visual-line-mode t))
|
(visual-line-mode t))
|
||||||
|
|
||||||
(let ((keymap (lookup-key message-mode-map [menu-bar text])))
|
(let ((keymap (lookup-key message-mode-map [menu-bar text])))
|
||||||
|
|||||||
Reference in New Issue
Block a user