Bump :ui
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
This commit is contained in:
parent
a79275a476
commit
37e9653ce3
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/doom/packages.el
|
;;; ui/doom/packages.el
|
||||||
|
|
||||||
(package! doom-themes :pin "73837f59d24f2e490fb6a2c83b1088967c709b97")
|
(package! doom-themes :pin "e82b6b550bcd7eaf82b5820c4a63070ea0086bc3")
|
||||||
(package! solaire-mode :pin "c697925f7e03819a4046a233f6ab31664aca9d6a")
|
(package! solaire-mode :pin "c697925f7e03819a4046a233f6ab31664aca9d6a")
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
;;; ui/modeline/packages.el
|
;;; ui/modeline/packages.el
|
||||||
|
|
||||||
(unless (featurep! +light)
|
(unless (featurep! +light)
|
||||||
(package! doom-modeline :pin "116c733fd580f729e275d3b6b3954667d5dfdd5a"))
|
(package! doom-modeline :pin "5fe7fd677cc8c7ec1a92b931a4795b8d39ef5ba8"))
|
||||||
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
|
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
|
||||||
(when (featurep! :editor evil)
|
(when (featurep! :editor evil)
|
||||||
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/treemacs/packages.el
|
;;; ui/treemacs/packages.el
|
||||||
|
|
||||||
(package! treemacs :pin "332d4e0f1f606c472dd083c9cdd4f143ee23020a")
|
(package! treemacs :pin "a7e2e4388f3b588dff64536c811961b7f7945d13")
|
||||||
;; These packages have no :pin because they're in the same repo
|
;; These packages have no :pin because they're in the same repo
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! treemacs-evil))
|
(package! treemacs-evil))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue