mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General refactors & reformatting
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user