diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
