Henrik Lissner
2025-01-09 00:19:02 -05:00
parent 754e0f7982
commit 50de03321c
9 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; ui/doom/packages.el
(package! doom-themes :pin "1cac71a4b2434036496a49b4440fdba3d0b5b387")
(package! doom-themes :pin "3c03f525d5c0ac0859f31231778f97e10a705e0d")
(package! solaire-mode :pin "c9334666bd208f3322e6118d30eba1b2438e2bb9")

View File

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/hl-todo/packages.el
(package! hl-todo :pin "82eba6b8f7b5a4cbcf22436d5c5b88fb3134f57e")
(package! hl-todo :pin "fb692ec0923bcd98eaa8760127921aca61db8e1e")

View File

@ -3,4 +3,4 @@
(package! indent-bars
:recipe (:host github :repo "jdtsmith/indent-bars")
:pin "f860825f24710438b8dd95f36fdee892ffb2a245")
:pin "47ae080d9b7ad03e9097dd064c760e3259fc5d66")

View File

@ -2,7 +2,7 @@
;;; ui/modeline/packages.el
(unless (modulep! +light)
(package! doom-modeline :pin "e6ae2ecfea9b5dd26191e131382a7505f7a775b9"))
(package! doom-modeline :pin "9d6f0f9635ae722b6bd943a76e996f54443e373f"))
(package! anzu :pin "21cb5ab2295614372cb9f1a21429381e49a6255f")
(when (modulep! :editor evil)
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))

View File

@ -3,4 +3,4 @@
(if (modulep! :editor evil)
(package! evil-goggles :pin "34ca276a85f615d2b45e714c9f8b5875bcb676f3")
(package! goggles :pin "142d788e16bf387608b51c8590c852940890f637"))
(package! goggles :pin "d71e85ff8d9e7f8966e4cccece3efa545afc41da"))

View File

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/tabs/packages.el
(package! centaur-tabs :pin "46fdeb359dbbcbb1bd2ddce3c1e6fa694bf8e68f")
(package! centaur-tabs :pin "63eb35cf42062ed19e9fc8cc5e971038c884f50f")

View File

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

View File

@ -128,7 +128,6 @@ Respects `diff-hl-disable-on-remote'."
(diff-hl-update-once))))))
;; UX: Update diff-hl when magit alters git state.
(when (modulep! :tools magit)
(add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)
(add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh))
;; FIX: The revert popup consumes 50% of the frame, whether or not you're

View File

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/vc-gutter/packages.el
(package! diff-hl :pin "9e39dfc666ac03a8474b3a05da17e0c935894414")
(package! diff-hl :pin "65a5de16e21c87b7c12a78a63fc3b57e07c03c86")