(Emacs)~magit copies abbreviated section values in log
This commit is contained in:
@@ -606,7 +606,8 @@ don't need to write everything myself.
|
|||||||
(read-string "Enter simple description: ") "\n\n")
|
(read-string "Enter simple description: ") "\n\n")
|
||||||
:init
|
:init
|
||||||
(setq vc-follow-symlinks t
|
(setq vc-follow-symlinks t
|
||||||
magit-blame-echo-style 'lines)
|
magit-blame-echo-style 'lines
|
||||||
|
magit-copy-revision-abbreviated t)
|
||||||
:config
|
:config
|
||||||
(with-eval-after-load "evil"
|
(with-eval-after-load "evil"
|
||||||
(evil-set-initial-state 'magit-status-mode 'motion))
|
(evil-set-initial-state 'magit-status-mode 'motion))
|
||||||
|
|||||||
Reference in New Issue
Block a user