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-04-25 21:59:02 -04:00
|
|
|
(package! doom-modeline :pin "c177959bbf"))
|
2020-04-07 21:39:56 -04:00
|
|
|
(package! anzu :pin "3e34fb3df5")
|
2019-04-21 19:59:44 -04:00
|
|
|
(when (featurep! :editor evil)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! evil-anzu :pin "9bca6ca14d"))
|