mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
8 lines
340 B
EmacsLisp
8 lines
340 B
EmacsLisp
((haskell-mode . ((haskell-indent-spaces . 4)
|
|
(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))))
|