Add git-commit-mode to yas-extra-modes
Fixes snippets in git-commit-mode.
This commit is contained in:
parent
a876d87f5e
commit
b7bbf4d7ed
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
|
||||
|
||||
;; `git-commit-mode'
|
||||
(after! git-commit-mode
|
||||
(set-yas-minor-mode! 'git-commit-mode))
|
||||
|
||||
(defun +vc|enforce-git-commit-conventions ()
|
||||
"See https://chris.beams.io/posts/git-commit/"
|
||||
(setq fill-column 72
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue