Refactored dante feature.

This commit is contained in:
Patrick Elliott 2018-06-23 15:59:03 +02:00
parent a53503eadb
commit 7627b04f18
3 changed files with 6 additions and 18 deletions

View file

@ -5,9 +5,7 @@
;;
(cond ((featurep! +dante)
(package! dante)
(when (featurep! :completion company)
(package! company-ghc)))
(package! dante))
(t
(package! intero)
(package! hindent)))