summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 9105beb2..fb1e49d8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4008,6 +4008,7 @@ unread."
(with-eval-after-load 'log-edit
(customize-set-variable 'log-edit-hook
(delete 'log-edit-show-files log-edit-hook)))
+(spw/feature-add-to-list log-edit-hook log-edit 'spw/log-edit-show-diff)
(require 'git-commit nil t)