From 07abc2f7504def61744dd6d5908defdf6c86ab6d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 20 Oct 2018 11:26:02 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20It=E2=80=99s=20=E2=80=98system-type?= =?UTF-8?q?=E2=80=99,=20not=20=E2=80=98system-name=E2=80=99,=20we=20want?= =?UTF-8?q?=20to=20test=20for?= 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 97ba604..d30e785 100644 --- a/init.el +++ b/init.el @@ -132,7 +132,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-name 'windows-nt) + (unless (eq system-type '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))