mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
emacs-tree-sitter/ts-fold@a8b69682bb -> emacs-tree-sitter/ts-fold@0b2e87ea53 joaotavora/yasnippet@fe1f4e0e96 -> joaotavora/yasnippet@5b315f1753 justinbarclay/parinfer-rust-mode@044c3fe8f6 -> justinbarclay/parinfer-rust-mode@d5578ec0b2 magnars/multiple-cursors.el@dd10cf2334 -> magnars/multiple-cursors.el@89f1a8df9b radian-software/apheleia@543f6d651d -> radian-software/apheleia@2c8e8229cb
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 "0b2e87ea5369c96e436d909204624923afab7ab4"
|
|
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))
|