From 4d94629c9e0b22d3308f921fee6d039c66626bd2 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 2 Oct 2019 19:47:36 +0200 Subject: Stop customizing git-commit-setup-hook Add additional stuff manually. --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index d871540..2fe65bf 100644 --- a/.emacs +++ b/.emacs @@ -149,6 +149,10 @@ (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t) +;; Don't use Customize here, since that would set the variable's value +;; in stone, and I would miss out on future updates by Magit. +(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell) + ;; Major modes configuration -- cgit v1.2.3