mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
8 lines
140 B
EmacsLisp
8 lines
140 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/lispyville/packages.el
|
|
|
|
(package! lispy)
|
|
|
|
(when (featurep! :editor evil)
|
|
(package! lispyville))
|