From 7f93a971c3d9fe4201c48e47c008c1618ca7518d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Nov 2015 23:10:41 +0000 Subject: *poke* --- .emacs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index f16384c..93546cb 100644 --- a/.emacs +++ b/.emacs @@ -72,9 +72,11 @@ Return a list of installed packages or nil for every skipped package." (define-key haskell-mode-map (kbd "C-,") 'haskell-move-nested-lift) (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right) (setq haskell-font-lock-symbols nil) - (custom-set-faces - '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) - '(font-lock-function-face ((t (:foreground "LightSkyBlue" :weight bold)))) - ) ) ) +(add-hook 'haskell-mode-hook + (custom-set-faces + '(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))) + '(font-lock-function-face ((t (:foreground "LightSkyBlue" :weight bold)))) + ) + ) -- cgit v1.2.3