mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10: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))
|