diff options
author | Alan Pearce | 2019-07-10 17:45:05 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-10 17:45:05 +0200 |
commit | bbf2a5da8957f5846c60489b42ed36c07c29eebd (patch) | |
tree | 1151c81ddb19651e64c04c61112e89fb34603320 /emacs/.emacs.d/main.el | |
parent | fb0c3a358fb1d70c30926ac156ef0623e1b11bed (diff) | |
download | nixfiles-bbf2a5da8957f5846c60489b42ed36c07c29eebd.tar.lz nixfiles-bbf2a5da8957f5846c60489b42ed36c07c29eebd.tar.zst nixfiles-bbf2a5da8957f5846c60489b42ed36c07c29eebd.zip |
Emacs: remove magit section indicators from fringe
Diffstat (limited to 'emacs/.emacs.d/main.el')
-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)) |