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