summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-10-02 19:47:36 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-10-15 07:56:48 +0200
commit4d94629c9e0b22d3308f921fee6d039c66626bd2 (patch)
treefc64198d96809f72a6644ff76a1a6e2162fce958 /.emacs
parentefc0cc26b645d6aeb9c0648c0b29c09f483509e7 (diff)
downloaddotfiles-4d94629c9e0b22d3308f921fee6d039c66626bd2.tar.xz
Stop customizing git-commit-setup-hook
Add additional stuff manually.
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
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