Configure haskell indentation

This commit is contained in:
Correl Roush 2015-09-16 20:58:33 -04:00
parent f1bd0d8451
commit dc8238986f

View file

@ -227,6 +227,11 @@ A strongly typed, pure functional language.
(use-package haskell-mode
:ensure t
:mode "\.hs$")
(use-package hi2
:ensure t
:commands turn-on-hi2
:init (add-hook 'haskell-mode-hook 'turn-on-hi2))
#+END_SRC
*** PHP
#+name: programming