Henrik Lissner
2025-09-02 00:49:48 +02:00
parent 722885d3fe
commit b77e2f91d2
8 changed files with 11 additions and 11 deletions

View File

@@ -6,6 +6,6 @@
;; lisp-data-mode, which doesn't exist prior to Emacs 28.x, so bind-key will ;; lisp-data-mode, which doesn't exist prior to Emacs 28.x, so bind-key will
;; fail to build for those users. Until we drop 27.x support, we omit it. ;; fail to build for those users. Until we drop 27.x support, we omit it.
:recipe (:files ("bind-key.el")) :recipe (:files ("bind-key.el"))
:pin "aa22c8c3c740c2f306509b9c37d9511cfa41b612") :pin "ec9d0505febe2556b47457355763f5f1408a35ac")
(package! use-package :pin "bbfe01bdf15eeb61babffd1c5b6facd3d2ce3630") (package! use-package :pin "29552cf3af755f17e297862a7f635c469a28b09f")

View File

@@ -2,4 +2,4 @@
;;; emacs/ibuffer/packages.el ;;; emacs/ibuffer/packages.el
(package! ibuffer-projectile :pin "d012ccf7f1e3abe33e67953a5ce2774ae1437467") (package! ibuffer-projectile :pin "d012ccf7f1e3abe33e67953a5ce2774ae1437467")
(package! ibuffer-vc :pin "da9872e5f2d4a39137621cfdd66737d0a361298f") (package! ibuffer-vc :pin "c516e72ea490b887f3f16af38ee502ac89291d21")

View File

@@ -5,9 +5,9 @@
(package! undo-tree :pin "d8f72bbe7d3c3a2808986febd3bb1a46d4da7f51") (package! undo-tree :pin "d8f72bbe7d3c3a2808986febd3bb1a46d4da7f51")
(package! undo-fu (package! undo-fu
:recipe (:host github :repo "emacsmirror/undo-fu") :recipe (:host github :repo "emacsmirror/undo-fu")
:pin "399cc12f907f81a709f9014b6fad0205700d5772") :pin "545e29459e71a9aca81c96c1385d43a5696e27e9")
(package! undo-fu-session (package! undo-fu-session
:recipe (:host github :repo "emacsmirror/undo-fu-session") :recipe (:host github :repo "emacsmirror/undo-fu-session")
:pin "d90d42ddba8fa42ef5dc109196545caeabb42b75") :pin "99d1b5099f432123577c51b6a67210b0c37716e6")
(when (> emacs-major-version 27) ; unsupported in 27 (when (> emacs-major-version 27) ; unsupported in 27
(package! vundo :pin "5a666b34e4f609cca77b4a07b97b38581deb7e7e"))) (package! vundo :pin "f57937d7f57e6d081f567debf14f11d87a28962f")))

View File

@@ -10,4 +10,4 @@
;; The original lives on codeberg.org; which has uptime issues. ;; The original lives on codeberg.org; which has uptime issues.
:recipe (:host github :repo "emacsmirror/git-timemachine") :recipe (:host github :repo "emacsmirror/git-timemachine")
:pin "d1346a76122595aeeb7ebb292765841c6cfd417b") :pin "d1346a76122595aeeb7ebb292765841c6cfd417b")
(package! git-modes :pin "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0") (package! git-modes :pin "7063d66857023e6c010cecac52de67c0baa77fb7")

View File

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

View File

@@ -86,7 +86,7 @@ be enabled. If any function returns non-nil, the mode will not be activated."
(goto-char nlp) (goto-char nlp)
(apply fn col args))) (apply fn col args)))
;; HACK: `indent-bars-mode' interactions with some packages poorly, often ;; HACK: `indent-bars-mode' interacts with some packages poorly, often
;; flooding whole sections of the buffer with indent guides. This section is ;; flooding whole sections of the buffer with indent guides. This section is
;; dedicated to fixing interop with those packages. ;; dedicated to fixing interop with those packages.
(when (modulep! :tools magit) (when (modulep! :tools magit)

View File

@@ -2,7 +2,7 @@
;;; ui/modeline/packages.el ;;; ui/modeline/packages.el
(unless (modulep! +light) (unless (modulep! +light)
(package! doom-modeline :pin "cb703c217e8eb4d6f853da7fca9f1be91d985642")) (package! doom-modeline :pin "7182b612d97cd4b72d814f709abfd96bb8e62700"))
(package! anzu :pin "21cb5ab2295614372cb9f1a21429381e49a6255f") (package! anzu :pin "21cb5ab2295614372cb9f1a21429381e49a6255f")
(when (modulep! :editor evil) (when (modulep! :editor evil)
(package! evil-anzu :pin "7309650425797420944075c9c1556c7c1ff960b3")) (package! evil-anzu :pin "7309650425797420944075c9c1556c7c1ff960b3"))

View File

@@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/tabs/packages.el ;;; ui/tabs/packages.el
(package! centaur-tabs :pin "a790dc8fb6215e28685643e4d79252287adfde24") (package! centaur-tabs :pin "7013a9a2ddfce4cf9c6d7128b8b3c02649e5aa85")