Explicitly activate global-git-commit-mode
It's not activated by magit anymore, so we activate it explicitly.
This commit is contained in:
parent
b8c98d08ef
commit
4bc26adbcb
3
init.el
3
init.el
@ -124,7 +124,8 @@
|
|||||||
eyebrowse-mode
|
eyebrowse-mode
|
||||||
projectile-mode
|
projectile-mode
|
||||||
yas-global-mode
|
yas-global-mode
|
||||||
semantic-mode))
|
semantic-mode
|
||||||
|
global-git-commit-mode))
|
||||||
(with-demoted-errors "Cannot activate mode: %s"
|
(with-demoted-errors "Cannot activate mode: %s"
|
||||||
(funcall mode +1)))
|
(funcall mode +1)))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user