From bbf2a5da8957f5846c60489b42ed36c07c29eebd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 10 Jul 2019 17:45:05 +0200 Subject: Emacs: remove magit section indicators from fringe --- emacs/.emacs.d/main.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index ebd21ab5..e414b3c4 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -282,6 +282,7 @@ With two prefix arguments, write out the day and month name." (use-package magit :commands (magit-status magit-dispatch) :custom ((global-magit-file-mode +1) + (magit-section-visibility-indicator nil) (magit-completing-read-function #'ivy-completing-read))) (eval-when-compile (require 'fringe-helper)) -- cgit 1.4.1