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-02-11 03:23:45 -05:00
|
|
|
(package! doom-modeline :pin "3836b8f871"))
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! anzu :pin "592f8ee6d0")
|
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"))
|