mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add git-commit-mode to yas-extra-modes
Fixes snippets in git-commit-mode.
This commit is contained in:
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
;; `git-commit-mode'
|
;; `git-commit-mode'
|
||||||
|
(after! git-commit-mode
|
||||||
|
(set-yas-minor-mode! 'git-commit-mode))
|
||||||
|
|
||||||
(defun +vc|enforce-git-commit-conventions ()
|
(defun +vc|enforce-git-commit-conventions ()
|
||||||
"See https://chris.beams.io/posts/git-commit/"
|
"See https://chris.beams.io/posts/git-commit/"
|
||||||
(setq fill-column 72
|
(setq fill-column 72
|
||||||
|
Reference in New Issue
Block a user