And add hideshow declaration (so `SPC h d p` knows where to find it).
This commit is contained in:
Henrik Lissner 2020-02-23 15:00:35 -05:00
parent 12249753e6
commit ef055778e9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,5 +1,8 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; editor/fold/packages.el ;;; editor/fold/packages.el
(package! hideshow :built-in t)
(package! vimish-fold :pin "d3248a41a7")
(when (featurep! :editor evil) (when (featurep! :editor evil)
(package! evil-vimish-fold :pin "b6e0e6b91b")) (package! evil-vimish-fold :pin "b6e0e6b91b"))