summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-15 22:06:33 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-15 22:06:33 +0200
commit4fb45bb2e553f1447440f30e74877124aada68d5 (patch)
treea6cc1279eb33ac424b93de9f1a42573ba6cf6868
parentf34fb82051b0ad29c4786fe2848fe2e65031f9d9 (diff)
downloaddotfiles-4fb45bb2e553f1447440f30e74877124aada68d5.tar
dotfiles-4fb45bb2e553f1447440f30e74877124aada68d5.tar.gz
dotfiles-4fb45bb2e553f1447440f30e74877124aada68d5.tar.bz2
dotfiles-4fb45bb2e553f1447440f30e74877124aada68d5.tar.xz
dotfiles-4fb45bb2e553f1447440f30e74877124aada68d5.zip
Added Fix to haskell faces to .emacs
-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 )