doomemacs/modules/ui/modeline/packages.el
Henrik Lissner 7260725313
refactor: move compat package to core
This package is cropping up in packages everywhere. Managing it has been
a source of issues, so I'm making it a core package until v3, where
we'll be able to pin packages without explicitly installing them.
2023-02-20 19:01:38 -05:00

8 lines
328 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; ui/modeline/packages.el
(unless (modulep! +light)
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830"))
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
(when (modulep! :editor evil)
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))