diff options
-rw-r--r-- | .emacs | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -72,8 +72,11 @@ Return a list of installed packages or nil for every skipped package." | |||
72 | (define-key haskell-mode-map (kbd "C-,") 'haskell-move-nested-lift) | 72 | (define-key haskell-mode-map (kbd "C-,") 'haskell-move-nested-lift) |
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 | (add-hook 'haskell-mode-hook |
76 | '(haskell-font-lock-symbols nil)) | 76 | (custom-set-variables |
77 | '(haskell-font-lock-symbols nil) | ||
78 | ) | ||
79 | ) | ||
77 | (add-hook 'haskell-mode-hook | 80 | (add-hook 'haskell-mode-hook |
78 | (custom-set-faces | 81 | (custom-set-faces |
79 | '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) | 82 | '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) |