summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-05-03 10:21:11 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-05-03 10:22:07 +0100
commitf24120478fcafca581294b6529d54681b5f6394e (patch)
treeb0f948ff838f770db56fc388039c01cb461aa670 /.emacs.d
parent1051c6cd9ef6ccb87f810064a5fae8720884a9f9 (diff)
downloaddotfiles-master.tar.gz
restore spw/log-edit-show-diff to log-edit-hookHEADmaster
Diffstat (limited to '.emacs.d')
-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)