]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - mode-hooks/haskell-mode-hooks.el
Set the haskell-mode indentation level to 2.
[emacs.d.git] / 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)
   )