2018-07-29 02:50:16 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/modeline/packages.el
|
|
|
|
|
2019-12-13 19:54:30 -05:00
|
|
|
(unless (featurep! +light)
|
2020-05-20 02:30:14 -04:00
|
|
|
(package! doom-modeline :pin "2b308857677e983ca4eaedc36438ed94aadf9e65"))
|
|
|
|
(package! anzu :pin "7b8688c84d6032300d0c415182c7c1ad6cb7f819")
|
2019-04-21 19:59:44 -04:00
|
|
|
(when (featurep! :editor evil)
|
2020-05-20 02:30:14 -04:00
|
|
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|