summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
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