summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-07-10 17:45:05 +0200
committerAlan Pearce2019-07-10 17:45:05 +0200
commitbbf2a5da8957f5846c60489b42ed36c07c29eebd (patch)
tree1151c81ddb19651e64c04c61112e89fb34603320 /emacs/.emacs.d
parentfb0c3a358fb1d70c30926ac156ef0623e1b11bed (diff)
downloaddotfiles-bbf2a5da8957f5846c60489b42ed36c07c29eebd.tar.lz
dotfiles-bbf2a5da8957f5846c60489b42ed36c07c29eebd.tar.zst
dotfiles-bbf2a5da8957f5846c60489b42ed36c07c29eebd.zip
Emacs: remove magit section indicators from fringe
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index ebd21ab..e414b3c 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))