summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 9 insertions, 3 deletions
diff --git a/init.el b/init.el
index 3ecb168..1a841c0 100644
--- a/init.el
+++ b/init.el
@@ -885,9 +885,15 @@
magit-update-other-window-delay 0.1
magit-revision-show-gravatars nil
magit-revision-insert-related-refs nil
- magit-log-section-arguments nil
- magit-log-show-margin nil
- magit-reflog-show-margin nil)
+ magit-log-section-arguments nil)
+
+ (dolist (margin (list magit-cherry-margin
+ magit-log-margin
+ magit-log-select-margin
+ magit-reflog-margin
+ magit-stashes-margin))
+ (setf (nth 0 margin) nil))
+
(setq magit-uniquify-buffer-names nil
magit-buffer-name-format "*%M%v: %t*")
(setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse))