mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
lang/haskell: add intero support #158
To use dante instead, change `haskell` to `(haskell +dante)` in ~/.emacs.d/init.el.
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
;;; lang/haskell/packages.el
|
||||
|
||||
(package! haskell-mode)
|
||||
(package! dante)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-ghc))
|
||||
|
||||
;;
|
||||
(cond ((featurep! +dante)
|
||||
(package! dante))
|
||||
(t
|
||||
(package! intero)
|
||||
(package! hindent)))
|
||||
|
||||
|
Reference in New Issue
Block a user