mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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 "a2687e8416"))
|
|
(package! anzu :pin "592f8ee6d0")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu :pin "9bca6ca14d"))
|