summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 9342025..438b60f 100644
--- a/.emacs
+++ b/.emacs
@@ -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 )