From c0317dd8fce1df1374a60bbb9f67b71c5ed5fbcc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Apr 2024 18:55:01 +0800 Subject: restore loading git-commit lib --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3