mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-07 14:21:47 -08:00
emacs-straight/use-package@039b721a4d -> emacs-straight/use-package@4090d3267f emacsmirror/undo-fu-session@34ae31308d -> emacsmirror/undo-fu-session@92d733a5b1 https://git.notmuchmail.org/git/notmuch@5c921b6c0b2d -> https://git.notmuchmail.org/git/notmuch@73746c0eb3a0 https://git.savannah.gnu.org/git/emms.git@1d48a1133db2 -> https://git.savannah.gnu.org/git/emms.git@002a8db0913c https://github.com/emacs-tree-sitter/treesit-fold@c5f0a95550d1 -> https://github.com/emacs-tree-sitter/treesit-fold@d70c5f7240a8 jeremy-compostella/org-msg@327768e2c3 -> jeremy-compostella/org-msg@aa608b3995 juliapath/evil-numbers@e7adac70a0 -> juliapath/evil-numbers@616aff9e5c kidd/org-gcal.el@36cbdb453d -> kidd/org-gcal.el@0f46c08f60 radian-software/apheleia@143c1dffed -> radian-software/apheleia@2bc2bb4cc2 skeeto/elfeed@66cfe43dfc -> skeeto/elfeed@bbb3cac27b tumashu/posframe@4fc893c3c9 -> tumashu/posframe@3a80911b2f
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 "d70c5f7240a8a48819421260c9a018c884a41111"))
|