X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mode-hooks%2Fhaskell-mode-hooks.el;h=2c28c4cf0e5a71cb494ccd56b2cf2c1638db72eb;hb=HEAD;hp=bd6ef26bc88dcc6a4a90617e04f82dd9684fcb01;hpb=a4cd2ad5bd33f442dbca0c3356c22df433ee79e3;p=emacs.d.git diff --git a/mode-hooks/haskell-mode-hooks.el b/mode-hooks/haskell-mode-hooks.el index bd6ef26..2c28c4c 100644 --- a/mode-hooks/haskell-mode-hooks.el +++ b/mode-hooks/haskell-mode-hooks.el @@ -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) )