Enable flyspell-mode in git-commit-mode

It no longer seems to cause emacs to randomly freeze.
This commit is contained in:
2018-06-06 17:04:02 +01:00
parent 27e31eef62
commit c0f3da6531

View File

@@ -28,7 +28,7 @@
(subword-mode)
(fci-mode t)
;; (flyspell-mode) ;; in GUI causes git-commit-mode to lock up emacs
(flyspell-mode)
(linum-mode t)
(auto-fill-mode))