diff options
-rw-r--r-- | .emacs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |