From 4bc26adbcbdbbc756b7c0b1505c530182eb8e9d2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 30 May 2021 10:39:09 +0200 Subject: [PATCH] Explicitly activate global-git-commit-mode It's not activated by magit anymore, so we activate it explicitly. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 7b34194..c789148 100644 --- a/init.el +++ b/init.el @@ -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)))