mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
140 B
EmacsLisp
6 lines
140 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/fold/packages.el
|
|
|
|
(when (featurep! :editor evil)
|
|
(package! evil-vimish-fold :pin "b6e0e6b91b"))
|