stack/dot-dir-locals.el

11 lines
356 B
EmacsLisp
Raw Normal View History

((haskell-mode
. ((haskell-indent-spaces . 4)
(hindent-style . "johan-tibell")
(haskell-process-type . ghci)
(haskell-process-path-ghci . "stack")
(haskell-process-args-ghci . ("ghci"))))
(haskell-cabal-mode
. ((haskell-process-type . ghci)
(haskell-process-path-ghci . "stack")
(haskell-process-args-ghci . ("ghci")))))