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)
|
|
|
|
|
|
|
|
(package! vimish-fold :pin "d3248a41a7")
|
2019-04-21 19:59:44 -04:00
|
|
|
(when (featurep! :editor evil)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b"))
|