]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Set the haskell-mode indentation level to 2.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 13:57:14 +0000 (09:57 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 13:57:14 +0000 (09:57 -0400)
mode-hooks/haskell-mode-hooks.el

index bd6ef26bc88dcc6a4a90617e04f82dd9684fcb01..2c28c4cf0e5a71cb494ccd56b2cf2c1638db72eb 100644 (file)
@@ -1,7 +1,8 @@
 (defun hm-hook()
   (turn-on-haskell-doc-mode)
   (turn-on-haskell-indent)
-  
+  (setq haskell-indent-level 2)
+
   ;; Make the symbols pretty, and crap all over performance.
   (setq haskell-font-lock-symbols t)
   )