summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs3
1 files changed, 1 insertions, 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."
73 (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right))) 73 (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right)))
74 74
75(add-hook 'haskell-mode-hook 75(add-hook 'haskell-mode-hook
76 (custom-set-variables 76 (setq haskell-font-lock-symbols nil)
77 '(haskell-font-lock-symbols nil)
78 ) 77 )
79 ) 78 )
80(add-hook 'haskell-mode-hook 79(add-hook 'haskell-mode-hook