From fb09af4215c2c37f79d60d48802121275de7d111 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 2 Apr 2017 16:25:45 +0300 Subject: [PATCH] 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.) --- mu4e/mu4e-compose.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 3b5de8ac..f459e885 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -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])))