summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-06 18:55:01 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-04-06 19:02:17 +0800
commitc0317dd8fce1df1374a60bbb9f67b71c5ed5fbcc (patch)
treea4ebbcb8cbf4b1b7d68773c6714a3fffd678ba4e
parent730eb8d8b17c0b60cbf3e1ab9f3adba43b2ab58a (diff)
downloaddotfiles-c0317dd8fce1df1374a60bbb9f67b71c5ed5fbcc.tar.gz
restore loading git-commit lib
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 2414574f..0c45876e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4001,6 +4001,8 @@ unread."
;;;; VC
+(require 'git-commit nil t)
+
(spw/when-library-available mailscripts
(global-set-key "\C-cvm" #'spw/mailscripts-prepare-patch)
;; Want a dedicated binding for this because often need it with Debian BTS.