mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Pin to mrkkrp/vimish-fold@d3248a4
And add hideshow declaration (so `SPC h d p` knows where to find it).
This commit is contained in:
@ -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"))
|
||||||
|
Reference in New Issue
Block a user