How to set default directory and other haskell defaults in emacs?

When I use Cc, Cl to load the haskell source file into emacs, it always asks me for the cabal directory. I have a sandbox directory that I use for all atm, is there a way to set this directory as the default cabal directory, so I am not getting a request?

In addition, when closing GHCi repl, he asks me if I want to kill bound buffers. I would like it to default to "no" without a hint. How can i install this?

+4
source share

All Articles