Henrik Lissner 2021-02-25 11:27:47 -05:00
parent a79275a476
commit 37e9653ce3
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; ui/doom/packages.el
(package! doom-themes :pin "73837f59d24f2e490fb6a2c83b1088967c709b97")
(package! doom-themes :pin "e82b6b550bcd7eaf82b5820c4a63070ea0086bc3")
(package! solaire-mode :pin "c697925f7e03819a4046a233f6ab31664aca9d6a")

View file

@ -2,7 +2,7 @@
;;; ui/modeline/packages.el
(unless (featurep! +light)
(package! doom-modeline :pin "116c733fd580f729e275d3b6b3954667d5dfdd5a"))
(package! doom-modeline :pin "5fe7fd677cc8c7ec1a92b931a4795b8d39ef5ba8"))
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
(when (featurep! :editor evil)
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el
(package! treemacs :pin "332d4e0f1f606c472dd083c9cdd4f143ee23020a")
(package! treemacs :pin "a7e2e4388f3b588dff64536c811961b7f7945d13")
;; These packages have no :pin because they're in the same repo
(when (featurep! :editor evil +everywhere)
(package! treemacs-evil))