mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(git-commit): bind M-q to fill-paragraph in git-commit-ts-mode
This commit is contained in:
@@ -100,6 +100,10 @@
|
||||
(use-package git-commit-ts-mode
|
||||
:mode "\\COMMIT_EDITMSG\\'"
|
||||
|
||||
:general
|
||||
(:keymaps 'git-commit-ts-mode-map
|
||||
"M-q" 'fill-paragraph)
|
||||
|
||||
:hook
|
||||
(git-ts-commit-setup . siren-git-commit-mode-setup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user