mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
edkolev/evil-lion@1e838a53b8 -> edkolev/evil-lion@5a0bca1514 emacs-evil/evil-collection@01d791dd63 -> emacs-evil/evil-collection@58766492f7 emacs-evil/evil@b7ab3840db -> emacs-evil/evil@6bed0e58db emacs-tree-sitter/ts-fold@01c9ecaaa8 -> emacs-tree-sitter/ts-fold@a8b69682bb emacsmirror/visual-fill-column@e04d3521b6 -> emacsmirror/visual-fill-column@11575df4e0 juliapath/evil-numbers@c789989451 -> juliapath/evil-numbers@f4bbb729ee justinbarclay/parinfer-rust-mode@c611628fbe -> justinbarclay/parinfer-rust-mode@044c3fe8f6 magnars/multiple-cursors.el@c870c18462 -> magnars/multiple-cursors.el@dd10cf2334 radian-software/apheleia@429daf5f28 -> radian-software/apheleia@543f6d651d
12 lines
440 B
EmacsLisp
12 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 "a8b69682bb79c3642ad964e40865212f5c07df12"
|
|
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))
|