Add hamlet-mode 4-spaces indentation

This commit is contained in:
Chris Done 2014-06-01 13:29:29 +02:00
parent de112cd75f
commit 841c9f5c81

View File

@ -1,3 +1,4 @@
((haskell-mode . ((haskell-process-type . cabal-repl)
(haskell-indent-spaces . 4)
(haskell-process-use-ghci . t))))
(haskell-process-use-ghci . t)))
(hamlet-mode . ((hamlet/basic-offset . 4))))