diff options
-rw-r--r-- | .emacs | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -65,3 +65,10 @@ Return a list of installed packages or nil for every skipped package." | |||
65 | kept-new-versions 6 | 65 | kept-new-versions 6 |
66 | kept-old-versions 2 | 66 | kept-old-versions 2 |
67 | version-control t) | 67 | version-control t) |
68 | |||
69 | (custom-set-variables | ||
70 | '(haskell-font-lock-symbols t)) | ||
71 | (custom-set-faces | ||
72 | '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) | ||
73 | '(font-lock-function-face ((t (:foreground "LightSkyBlue" :weight bold)))) | ||
74 | ) | ||