mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
6 lines
122 B
EmacsLisp
6 lines
122 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/fold/packages.el
|
|
|
|
(when (featurep! :editor evil)
|
|
(package! evil-vimish-fold))
|