mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
9 lines
274 B
EmacsLisp
9 lines
274 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/fold/packages.el
|
|
|
|
(package! hideshow :built-in t)
|
|
|
|
(package! vimish-fold :pin "9d12e39f01da517565666e09a2e32e01aed24a90")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b8cd047e80debef1a536d9d49eef31a"))
|