General refactors & reformatting

This commit is contained in:
Henrik Lissner
2019-12-22 23:02:54 -05:00
parent 327d359fd3
commit 213a6fda86
3 changed files with 15 additions and 15 deletions

View File

@ -3,10 +3,11 @@
(package! haskell-mode)
(cond ((featurep! +dante)
(package! dante)
(package! attrap))
((featurep! +lsp)
(package! lsp-haskell))
((featurep! +intero) ; DEPRECATED
(package! intero)))
(when (featurep! +dante)
(package! dante)
(package! attrap))
(when (featurep! +lsp)
(package! lsp-haskell))
;; DEPRECATED
(when (featurep! +intero)
(package! intero))