Fix #2373: bring back package pinning
This needs some serious refactoring...
This commit is contained in:
parent
de6732b4ae
commit
a9402cfb55
128 changed files with 647 additions and 620 deletions
|
@ -1,9 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; config/default/packages.el
|
||||
|
||||
(package! avy :pin "cf95ba9582121a1c2249e3c5efdc51acd566d190")
|
||||
(package! drag-stuff :pin "6d06d846cd37c052d79acd0f372c13006aa7e7c8")
|
||||
(package! link-hint :pin "8d8f9505f87dc8a3b3baee7cb516f091072893a7")
|
||||
(package! avy :pin "cf95ba9582")
|
||||
(package! drag-stuff :pin "6d06d846cd")
|
||||
(package! link-hint :pin "8d8f9505f8")
|
||||
|
||||
(unless (featurep! :editor evil)
|
||||
(package! expand-region :pin "0fa7c2d349e40c0e1de0965acf0f0b77b7070451"))
|
||||
(package! expand-region :pin "0fa7c2d349"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue