about summary refs log tree commit diff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 1f1d79dd4fe5..bf16985038e4 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -142,6 +142,8 @@
       `((,(expand-file-name "~/src") . 1)))
 (global-set-key (kbd "C-x g") #'magit-status)
 (global-set-key (kbd "C-x M-g") #'magit-dispatch)
+(with-eval-after-load "git-commit"
+  (add-to-list 'git-commit-known-pseudo-headers "Message-Id"))
 
 ;; Don't open a second window with a diff when committing.  I have
 ;; commit.verbose set in git, so the diff is shown below the commit