From a8bfbdda98a25ca2cb6eb127c1f62ddb68a00714 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 6 Jun 2014 11:46:25 +0900 Subject: [PATCH] emacs.el: add haskell-mode prefs --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index ccb6530..d23a2d3 100644 --- a/emacs.el +++ b/emacs.el @@ -1070,6 +1070,8 @@ found, otherwise returns nil." ;; t) ))) +(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) + (when (lazy-load-eval 'flymake-jslint '(flymake-jslint-load)) (lazy-load-eval 'js nil