factored hindent out as a seperate feature.

This commit is contained in:
Patrick Elliott
2018-06-26 19:15:07 +02:00
parent bc124fae11
commit bec2ad4859
3 changed files with 12 additions and 3 deletions

View File

@@ -6,7 +6,8 @@
;;
(cond ((featurep! +dante)
(package! dante))
(t
(package! intero)
(package! hindent)))
(t (package! intero)))
(when (featurep! +hindent)
(package! hindent))