stackage-server/.dir-locals.el
2016-06-14 16:46:45 +02:00

9 lines
391 B
EmacsLisp

((haskell-mode . ((haskell-indent-spaces . 4)
(hindent-style . "johan-tibell")
(haskell-process-type . cabal-repl)
(haskell-process-use-ghci . t)))
(hamlet-mode . ((hamlet/basic-offset . 4)
(haskell-process-use-ghci . t)))
(html-mode . ((haskell-process-use-ghci . t)))
(css-mode . ((haskell-process-use-ghci . t))))