mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
seagle0128/doom-modeline@0642f71 -> seagle0128/doom-modeline@b449558 emacsorphanage/anzu@2e69955 -> emacsorphanage/anzu@3e34fb3
9 lines
240 B
EmacsLisp
9 lines
240 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/modeline/packages.el
|
|
|
|
(unless (featurep! +light)
|
|
(package! doom-modeline :pin "b44955841a"))
|
|
(package! anzu :pin "3e34fb3df5")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu :pin "9bca6ca14d"))
|