ui/modeline: add +light feature

This will one day replace the module.
This commit is contained in:
Henrik Lissner 2019-12-13 19:54:30 -05:00
parent fbe8d9d8ac
commit f236d27d51
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 491 additions and 10 deletions

View file

@ -1,7 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; ui/modeline/packages.el
(package! doom-modeline)
(unless (featurep! +light)
(package! doom-modeline))
(package! anzu)
(when (featurep! :editor evil)
(package! evil-anzu))