summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-11-03 09:40:56 -0500
committerAmin Bandali <bandali@gnu.org>2019-11-03 09:40:56 -0500
commite59c8878a45abda84e4ff2f713110d92d444d0ec (patch)
treefc9bc8b2d86fe2e73d299bfdd90439f7fee5fc5e /.emacs.d/init.el
parente1f6f6a2e9eb4de7890b6ee4e2d1c1096ce0bffe (diff)
downloadconfigs-e59c8878a45abda84e4ff2f713110d92d444d0ec.tar.gz
configs-e59c8878a45abda84e4ff2f713110d92d444d0ec.tar.xz
configs-e59c8878a45abda84e4ff2f713110d92d444d0ec.zip
emacs: vc-git: set vc-git-print-log-follow
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b7be16a..7a9c143 100644
--- 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)