diff options
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |