From f0fa505d420955a0de0388adb36f64c8da78437d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Nov 2015 22:54:14 +0000 Subject: Explicit haskell indentation-mode --- .emacs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 9090532..64268df 100644 --- a/.emacs +++ b/.emacs @@ -66,7 +66,7 @@ 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) @@ -80,3 +80,6 @@ Return a list of installed packages or nil for every skipped package." '(font-lock-function-face ((t (:foreground "LightSkyBlue" :weight bold)))) ) ) +(add-hook 'haskell-mode-hook + 'haskell-indentation-mode + ) -- cgit v1.2.3