Explicitly activate global-git-commit-mode

It's not activated by magit anymore, so we activate it explicitly.
This commit is contained in:
Daniel - 2021-05-30 10:39:09 +02:00
parent b8c98d08ef
commit 4bc26adbcb
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@
eyebrowse-mode
projectile-mode
yas-global-mode
semantic-mode))
semantic-mode
global-git-commit-mode))
(with-demoted-errors "Cannot activate mode: %s"
(funcall mode +1)))