mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
9 lines
214 B
EmacsLisp
9 lines
214 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/fold/packages.el
|
|
|
|
(package! hideshow :built-in t)
|
|
|
|
(package! vimish-fold :pin "d3248a41a7")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b"))
|