From 4595efeb4bd3b442a5451f27d6a81735bdeef844 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Nov 2015 22:59:44 +0000 Subject: syntax poking --- .emacs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs b/.emacs index e6e9f41..763e888 100644 --- a/.emacs +++ b/.emacs @@ -73,8 +73,7 @@ Return a list of installed packages or nil for every skipped package." (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right))) (add-hook 'haskell-mode-hook - (custom-set-variables - '(haskell-font-lock-symbols nil) + (setq haskell-font-lock-symbols nil) ) ) (add-hook 'haskell-mode-hook -- cgit v1.2.3