mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs-evil/evil-collection@fca81ddb2c -> emacs-evil/evil-collection@4748cfb784 emacs-tree-sitter/ts-fold@6eed69cf2b -> emacs-tree-sitter/ts-fold@327757e436 emacsmirror/visual-fill-column@30fc3e4ea9 -> emacsmirror/visual-fill-column@e391b52922 emacsorphanage/god-mode@9f3f6a1dc9 -> emacsorphanage/god-mode@fbcf7381c4 hlissner/evil-snipe@c2108d3932 -> hlissner/evil-snipe@16317d7e54 joaotavora/yasnippet@2384fe1655 -> joaotavora/yasnippet@c1e6ff23e9 radian-software/apheleia@0c41a5a52c -> radian-software/apheleia@f3308f53d3
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 "327757e4361fdc9a639aad14536b5e5d70cd0502"
|
|
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))
|