summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index c35c552..9090532 100644
--- a/.emacs
+++ b/.emacs
@@ -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))))