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:
djcb 2017-04-02 16:25:45 +03:00
parent 15056a6f87
commit fb09af4215
1 changed files with 0 additions and 3 deletions

View File

@ -441,9 +441,6 @@ buffers; lets remap its faces so it uses the ones for mu4e."
(setq truncate-lines nil
word-wrap 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))
(let ((keymap (lookup-key message-mode-map [menu-bar text])))