Alexander-Miller/treemacs@332d4e0 -> Alexander-Miller/treemacs@a7e2e43 hlissner/emacs-doom-themes@73837f5 -> hlissner/emacs-doom-themes@e82b6b5 seagle0128/doom-modeline@116c733 -> seagle0128/doom-modeline@5fe7fd6
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 "5fe7fd677cc8c7ec1a92b931a4795b8d39ef5ba8"))
|
|
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|