summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/init.el b/init.el
index c49582e..df8c174 100644
--- a/init.el
+++ b/init.el
@@ -878,6 +878,7 @@
("s" . magit-stage-file))
(define-key km/git-map "w" 'km/magit-wip-map)
(setq magit-push-current-set-remote-if-missing nil)
+ (setq magit-log-margin '(nil age magit-log-margin-width t 18))
:config
(setq magit-push-always-verify nil
magit-delete-by-moving-to-trash nil
@@ -892,13 +893,6 @@
(lambda (x) (string-prefix-p "-n" x))
magit-log-arguments)))
- (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))