1
0
mirror of https://github.com/sameer1612/.dotfiles.git synced 2025-02-19 19:10:07 +02:00

emacs launch fix

This commit is contained in:
Sameer Kumar 2024-10-07 14:35:34 +05:30
parent b20f4f7210
commit 5d575f1868

View File

@ -48,3 +48,11 @@
;; (unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;; (unpin! t)
(package! transient
:pin "c2bdf7e12c530eb85476d3aef317eb2941ab9440"
:recipe (:host github :repo "magit/transient"))
(package! with-editor
:pin "bbc60f68ac190f02da8a100b6fb67cf1c27c53ab"
:recipe (:host github :repo "magit/with-editor"))