mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-10 00:31:22 -07:00
emacs-evil/evil-collection@163792a823 -> emacs-evil/evil-collection@d052ad2ec1 https://github.com/emacs-tree-sitter/treesit-fold@ec7e5b02e5d0 -> https://github.com/emacs-tree-sitter/treesit-fold@c5f0a95550d1 juliapath/evil-numbers@e7adac70a0 -> juliapath/evil-numbers@616aff9e5c magnars/multiple-cursors.el@9017f3be6b -> magnars/multiple-cursors.el@ddd677091a radian-software/apheleia@426616cf17 -> radian-software/apheleia@143c1dffed
10 lines
384 B
EmacsLisp
10 lines
384 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/fold/packages.el
|
|
|
|
(package! hideshow :built-in t)
|
|
|
|
(package! vimish-fold :pin "f71f374d28a83e5f15612fa64aac1b2e78be2dcd")
|
|
(when (modulep! :editor evil)
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b8cd047e80debef1a536d9d49eef31a"))
|
|
(when (modulep! :tools tree-sitter)
|
|
(package! treesit-fold :pin "c5f0a95550d16dc21871347c0ddd97d9328305dd"))
|