mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
9 lines
186 B
EmacsLisp
9 lines
186 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/modeline/packages.el
|
|
|
|
(unless (featurep! +light)
|
|
(package! doom-modeline))
|
|
(package! anzu)
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu))
|