2019-02-18 00:01:58 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; editor/fold/packages.el
|
|
|
|
|
2020-02-23 15:00:35 -05:00
|
|
|
(package! hideshow :built-in t)
|
|
|
|
|
2020-12-05 16:55:27 -05:00
|
|
|
(package! vimish-fold :pin "a6501cbfe3db791f9ca17fd986c7202a87f3adb8")
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :editor evil)
|
2020-04-30 00:09:07 -04:00
|
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b8cd047e80debef1a536d9d49eef31a"))
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :tools tree-sitter)
|
2022-02-25 03:31:30 +00:00
|
|
|
(package! ts-fold :pin "01d6485398a553a4fc4bbb3910edeb881c657f1f"
|
2022-09-07 06:24:57 +08:00
|
|
|
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))
|