diff options
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +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 | (custom-set-variables | 75 | (custom-set-variables |
76 | '(haskell-font-lock-symbols t)) | 76 | '(haskell-font-lock-symbols nil)) |
77 | (add-hook 'haskell-mode-hook | 77 | (add-hook 'haskell-mode-hook |
78 | (custom-set-faces | 78 | (custom-set-faces |
79 | '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) | 79 | '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) |