mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
9 lines
391 B
EmacsLisp
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))))
|