From 285558636c0b639684a71fde2989e21567273fe0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Nov 2015 23:07:55 +0000 Subject: *poke* --- .emacs | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.emacs b/.emacs index 763e888..f16384c 100644 --- a/.emacs +++ b/.emacs @@ -66,22 +66,15 @@ Return a list of installed packages or nil for every skipped package." kept-old-versions 2 version-control t) -;; (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) +(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (eval-after-load "haskell-mode" '(progn (define-key haskell-mode-map (kbd "C-,") 'haskell-move-nested-lift) - (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right))) - -(add-hook 'haskell-mode-hook - (setq haskell-font-lock-symbols nil) - ) - ) -(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)))) - ) - ) -(add-hook 'haskell-mode-hook - 'haskell-indentation-mode - ) + (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)))) + ) + ) + ) -- cgit v1.2.3