aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/app.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org
index 46839d8..a053cf7 100644
--- a/Emacs/.config/emacs/app.org
+++ b/Emacs/.config/emacs/app.org
@@ -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))