flyspell-mode still breaks git-commit-mode

This commit is contained in:
2017-08-08 01:40:06 +01:00
parent 2644dc6405
commit 1a6cb0c5db

View File

@@ -33,7 +33,7 @@
(defun siren-git-commit-mode-defaults ()
(subword-mode)
(setq tab-width 2)
(flyspell-mode)
;; (flyspell-mode) ;; in GUI causes git-commit-mode to lock up emacs
(linum-mode t)
(auto-fill-mode))