projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f6f6a
)
emacs: vc-git: set vc-git-print-log-follow
author
Amin Bandali
<bandali@gnu.org>
Sun, 3 Nov 2019 14:40:56 +0000
(09:40 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 3 Nov 2019 14:40:56 +0000
(09:40 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
b7be16a
..
7a9c143
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-472,6
+472,11
@@
For disabling the behaviour for certain buffers and/or modes."
(use-feature vc
:bind ("C-x v C-=" . vc-ediff))
+(use-feature vc-git
+ :after vc
+ :custom
+ (vc-git-print-log-follow t))
+
(use-feature ediff
:config (add-hook 'ediff-after-quit-hook-internal 'winner-undo)
:custom ((ediff-window-setup-function 'ediff-setup-windows-plain)