about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-11-05 09:26:41 +0100
committerAlyssa Ross <hi@alyssa.is>2023-11-05 09:28:06 +0100
commit1473201e3385250844b04338932072c7c79f291c (patch)
treed88a0ccb1042711c10e34f53f6d75791313020cf /modules
parentc8d813eba8ecb2bb6635935d2297a7d126ede35f (diff)
downloadnixlib-1473201e3385250844b04338932072c7c79f291c.tar
nixlib-1473201e3385250844b04338932072c7c79f291c.tar.gz
nixlib-1473201e3385250844b04338932072c7c79f291c.tar.bz2
nixlib-1473201e3385250844b04338932072c7c79f291c.tar.lz
nixlib-1473201e3385250844b04338932072c7c79f291c.tar.xz
nixlib-1473201e3385250844b04338932072c7c79f291c.tar.zst
nixlib-1473201e3385250844b04338932072c7c79f291c.zip
modules/emacs: update init.el for magit update
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/emacs/init.el6
1 files changed, 3 insertions, 3 deletions
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