[Init] Activate ‘flyspell-mode’ on Cygwin

This commit is contained in:
Daniel - 2018-08-26 09:53:57 +02:00
parent 149ca014a0
commit cc66038814
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
(when (<= 24 emacs-major-version)
(add-hook 'prog-mode-hook 'electric-indent-local-mode))
(add-hook 'lisp-mode-hook 'lispy-mode)
(unless on-windows
(unless (eq system-name 'windows-nt)
;; flyspell doesnt work on windows right now, need to further investigate
;; what is happening here
(add-hook 'text-mode-hook 'turn-on-flyspell))