spacemacs-conf/ADD.dir-locals.el
Yann Esposito (Yogsototh) 1c7bf8157c working with Haskell
2015-09-07 22:15:50 +02:00

10 lines
365 B
EmacsLisp

((haskell-mode
. ((haskell-indent-spaces . 2)
(hindent-style . "gibiansky")
(haskell-process-type . stack-ghci)
(haskell-process-path-ghci . "stack")
(haskell-process-args-ghci . ("ghci"))))
(haskell-cabal-mode
. ((haskell-process-type . stack-ghci)
(haskell-process-path-ghci . "stack")
(haskell-process-args-ghci . ("ghci")))))