bump: :editor
doomemacs/snippets@3a0b029c5d -> doomemacs/snippets@b672e69bbf emacs-evil/evil-collection@acb056b1d0 -> emacs-evil/evil-collection@e49d8e96cc emacs-evil/evil@0ad84c5216 -> emacs-evil/evil@30ebe6df27 emacs-straight/adaptive-wrap@a3b179ea21 -> emacs-straight/adaptive-wrap@d75665b9c8 emacs-tree-sitter/ts-fold@5b8abb69cd -> emacs-tree-sitter/ts-fold@55f80a202a gabesoft/evil-mc@bdf893ea6f -> gabesoft/evil-mc@cff3374bfe justinbarclay/parinfer-rust-mode@a96c768e9d -> justinbarclay/parinfer-rust-mode@0d16bd75ad
This commit is contained in:
parent
c93b70237c
commit
511c8af365
6 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/evil/packages.el
|
||||
|
||||
(package! evil :pin "0ad84c52169068021ec3372bf52503631f2261de")
|
||||
(package! evil :pin "30ebe6df27c36fdf2ea3c82a916edec31acc2647")
|
||||
(package! evil-args :pin "a8151556f63c9d45d0c44c8a7ef9e5a542f3cdc7")
|
||||
(package! evil-easymotion :pin "f96c2ed38ddc07908db7c3c11bcd6285a3e8c2e9")
|
||||
(package! evil-embrace :pin "3081d37811b6a3dfaaf01d578c7ab7a746c6064d")
|
||||
|
@ -35,4 +35,4 @@
|
|||
(package! neotree)
|
||||
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
||||
|
||||
(package! evil-collection :pin "acb056b1d0d3aad2f32b1ca9c019a9a2e976f03e"))
|
||||
(package! evil-collection :pin "e49d8e96ccc83d2bf7583c124582fc1ef076b15c"))
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
(when (modulep! :editor evil)
|
||||
(package! evil-vimish-fold :pin "b6e0e6b91b8cd047e80debef1a536d9d49eef31a"))
|
||||
(when (modulep! :tools tree-sitter)
|
||||
(package! ts-fold :pin "5b8abb69cdef3128f1fdb69176b9963b13ceaf02"
|
||||
(package! ts-fold :pin "55f80a202a8f7582a1c1b0bdccc9963ab2c4c54a"
|
||||
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
(cond
|
||||
((modulep! :editor evil)
|
||||
(package! evil-multiedit :pin "23b53bc8743fb82a8854ba907b1d277374c93a79")
|
||||
(package! evil-mc :pin "bdf893ea6f52fd0f10bece8ddae813658e17bbb4"))
|
||||
(package! evil-mc :pin "cff3374bfe1b7b1932743425d7fc5d4ab66d747e"))
|
||||
|
||||
((package! multiple-cursors :pin "c870c18462461df19382ecd2f9374c8b902cd804")))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/parinfer/packages.el
|
||||
|
||||
(package! parinfer-rust-mode :pin "a96c768e9dc4427c9ea18812a2f09e209a5e1a5e")
|
||||
(package! parinfer-rust-mode :pin "0d16bd75ad36d881194b58c572562023aa04eb58")
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
:recipe (:host github
|
||||
:repo "doomemacs/snippets"
|
||||
:files (:defaults "*"))
|
||||
:pin "3a0b029c5d104521ede8dcbeaff2972f56f067dc")
|
||||
:pin "b672e69bbf5623e8af0fed27b23a1093fa217315")
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/word-wrap/packages.el
|
||||
|
||||
(package! adaptive-wrap :pin "a3b179ea21aeb4e8cfaf5646bb66d9d045263780")
|
||||
(package! adaptive-wrap :pin "d75665b9c88e65f91dadd1e5880905bbdb7c09b7")
|
||||
(package! visual-fill-column
|
||||
:recipe (:host github :repo "emacsmirror/visual-fill-column")
|
||||
:pin "e04d3521b6dc2435de4c4a4b9cac5feb194f0d5b")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue