(Emacs)~magit copies abbreviated section values in log

This commit is contained in:
2023-10-06 01:20:52 +01:00
parent c7831ea181
commit e23721a989

View File

@@ -606,7 +606,8 @@ don't need to write everything myself.
(read-string "Enter simple description: ") "\n\n")
:init
(setq vc-follow-symlinks t
magit-blame-echo-style 'lines)
magit-blame-echo-style 'lines
magit-copy-revision-abbreviated t)
:config
(with-eval-after-load "evil"
(evil-set-initial-state 'magit-status-mode 'motion))