Henrik Lissner 2023-09-20 15:39:43 +02:00
parent 7cae2b01f6
commit 7da57e72f1
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; ui/doom/packages.el
(package! doom-themes :pin "d1d6c2953ff39352a9312e87d5e460b60a118fc4")
(package! doom-themes :pin "4aee1f5a0e54552669f747aa7c25e6027e73d76d")
(package! solaire-mode :pin "8af65fbdc50b25ed3214da949b8a484527c7cc14")

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/hl-todo/packages.el
(package! hl-todo :pin "0faf8569b67f5b23891416d9e7a67e3843338f2a")
(package! hl-todo :pin "70ce48470c85f1441de2c9428a240c3287995846")

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/minimap/packages.el
(package! minimap :pin "ed7490652a676c0510ed57d5366c445de20a370b")
(package! minimap :pin "90aeeb5798ff2fa8b08bd4965af5e43806e01645")

View file

@ -2,7 +2,7 @@
;;; ui/modeline/packages.el
(unless (modulep! +light)
(package! doom-modeline :pin "173ad0a27f2c3babe2009a3b760b92d3c8718f5a"))
(package! doom-modeline :pin "93f240f7a0bf35511cfc0a8dd75786744b4bcf77"))
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
(when (modulep! :editor evil)
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el
(package! treemacs :pin "fe471314f198f9aff268637a766a6ade0a5b5d96")
(package! treemacs :pin "56691a530abb61564c8df0456a18ff0f301c2055")
(package! treemacs-nerd-icons :pin "9876cb478145a0ec4e36f64ff6583f3de7126216")
;; These packages have no :pin because they're in the same repo
(when (modulep! :editor evil +everywhere)