stack/dot-dir-locals.el
Chris Done bdc7040200 Move .dir-locals.el to dot-dir-locals.el
So that I can have a differing .dir-locals.el to the one here.
2015-08-10 14:16:15 +02:00

10 lines
356 B
EmacsLisp

((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")))))