New editor/fold module

Extracted from feature/evil and emacs/hideshow.
This commit is contained in:
Henrik Lissner
2019-02-18 00:01:58 -05:00
parent e0519098d9
commit 7d0caf3efd
11 changed files with 169 additions and 137 deletions

View File

@ -0,0 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; editor/fold/packages.el
(when (featurep! :feature evil)
(package! evil-vimish-fold))