FIX actually delight interactive haskell mode

This commit is contained in:
Nathan Dwarshuis 2020-03-20 00:25:23 -04:00
parent a2a8bf73f1
commit c074b23c1b
1 changed files with 3 additions and 3 deletions

View File

@ -845,9 +845,6 @@ I have also found this to be much simpler and conflicting with other packages su
;; local completions in 'where' and 'let' clauses
'((company-capf company-dabbrev))))
;; this minor mode name is long and unnecessary
(delight 'interactive-haskell-mode nil "haskell-interactive-mode")
(use-package haskell-mode
:straight t
:hook ((haskell-mode . origami-mode)
@ -860,6 +857,9 @@ I have also found this to be much simpler and conflicting with other packages su
;; we use stack...which counterintuitively means we set the
;; cabal build command to be stack
haskell-compile-cabal-build-command "stack build"))
;; this minor mode name is long and unnecessary
(delight 'interactive-haskell-mode nil "haskell")
#+END_SRC
**** hlint
This is an additional syntax checker and requires the =hlint= binary (install through stack).