mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
.dir-locals.el: Have Magit recognize Change-Id git trailers.
* .dir-locals.el: Register the 'Change-Id' git trailer to the GIT-COMMIT-TRAILERS Magit variable. Change-Id: I45deafae39163c63d559e0d50e39ee0691533955
This commit is contained in:
parent
aea511df93
commit
fc3ae70520
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
||||||
(eval . (setq-local guix-directory
|
(eval . (setq-local guix-directory
|
||||||
(locate-dominating-file default-directory
|
(locate-dominating-file default-directory
|
||||||
".dir-locals.el")))
|
".dir-locals.el")))
|
||||||
|
;; Magit
|
||||||
|
(eval . (with-eval-after-load 'git-commit
|
||||||
|
(add-to-list 'git-commit-trailers "Change-Id")))
|
||||||
|
|
||||||
;; TempEl
|
;; TempEl
|
||||||
(eval . (with-eval-after-load
|
(eval . (with-eval-after-load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue