mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/modeline: add +light feature
This will one day replace the module.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user