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
11 lines
440 B
EmacsLisp
11 lines
440 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/fold/packages.el
|
|
|
|
(package! hideshow :built-in t)
|
|
|
|
(package! vimish-fold :pin "a6501cbfe3db791f9ca17fd986c7202a87f3adb8")
|
|
(when (modulep! :editor evil)
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b8cd047e80debef1a536d9d49eef31a"))
|
|
(when (modulep! :tools tree-sitter)
|
|
(package! ts-fold :pin "55f80a202a8f7582a1c1b0bdccc9963ab2c4c54a"
|
|
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))
|