[Init] Enable flyspell on Windows

This commit is contained in:
Daniel - 2017-10-30 20:05:42 +01:00
parent bcac4afc03
commit 2ef42d6412
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@
(when (<= 24 emacs-major-version)
(add-hook 'prog-mode-hook #'electric-indent-local-mode))
(add-hook 'lisp-mode-hook #'lispy-mode)
(unless (eq system-type 'windows-nt)
(add-hook 'text-mode-hook #'turn-on-flyspell))
(add-hook 'text-mode-hook #'turn-on-flyspell)
;; Hydras