summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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))