From cc66038814f8fe6e08ce94b91afb40372e1dd968 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 26 Aug 2018 09:53:57 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Activate=20=E2=80=98flyspell-mode?= =?UTF-8?q?=E2=80=99=20on=20Cygwin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index caf5b26..90b62b5 100644 --- a/init.el +++ b/init.el @@ -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 doesn’t work on windows right now, need to further investigate ;; what is happening here (add-hook 'text-mode-hook 'turn-on-flyspell))