mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
New editor/fold module
Extracted from feature/evil and emacs/hideshow.
This commit is contained in:
5
modules/editor/fold/packages.el
Normal file
5
modules/editor/fold/packages.el
Normal file
@ -0,0 +1,5 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/fold/packages.el
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
(package! evil-vimish-fold))
|
Reference in New Issue
Block a user