From 1473201e3385250844b04338932072c7c79f291c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 5 Nov 2023 09:26:41 +0100 Subject: modules/emacs: update init.el for magit update --- modules/workstation/emacs/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/workstation/emacs/init.el') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index acb8726048f4..241bc5fbcfe7 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -148,9 +148,9 @@ (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 "Change-Id") - (add-to-list 'git-commit-known-pseudo-headers "Fixes") - (add-to-list 'git-commit-known-pseudo-headers "Message-Id")) + (add-to-list 'git-commit-trailers "Change-Id") + (add-to-list 'git-commit-trailers "Fixes") + (add-to-list 'git-commit-trailers "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 -- cgit 1.4.1