ENH use stylish haskell

This commit is contained in:
Nathan Dwarshuis 2020-03-22 12:22:06 -04:00
parent 5386ee5cc8
commit 0bce1dee11
1 changed files with 2 additions and 1 deletions

View File

@ -858,7 +858,8 @@ I have also found this to be much simpler and conflicting with other packages su
(setq haskell-interactive-popup-errors nil
;; we use stack...which counterintuitively means we set the
;; cabal build command to be stack
haskell-compile-cabal-build-command "stack build"))
haskell-compile-cabal-build-command "stack build"
haskell-stylish-on-save t))
;; this minor mode name is long and unnecessary
(delight 'interactive-haskell-mode nil "haskell")