seagle0128/doom-modeline@c177959 -> seagle0128/doom-modeline@2b30885 emacsorphanage/anzu@3e34fb3 -> emacsorphanage/anzu@7b8688c emacsorphanage/evil-anzu@9bca6ca -> emacsorphanage/evil-anzu@d3f6ed4 Fixes the anzu number-of-matches display in the modeline for isearch, iedit, evil-search, and evil-substitution. This was caused by changes upstream.
8 lines
330 B
EmacsLisp
8 lines
330 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/modeline/packages.el
|
|
|
|
(unless (featurep! +light)
|
|
(package! doom-modeline :pin "2b308857677e983ca4eaedc36438ed94aadf9e65"))
|
|
(package! anzu :pin "7b8688c84d6032300d0c415182c7c1ad6cb7f819")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|