editor/lispyville: Add lispy
smartparens being disabled in lispyville-mode, typing ( in insert state would not pair the paren
This commit is contained in:
parent
876660c28f
commit
faf5eea115
4 changed files with 35 additions and 26 deletions
7
modules/editor/lispy/packages.el
Normal file
7
modules/editor/lispy/packages.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/lispyville/packages.el
|
||||
|
||||
(package! lispy)
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
(package! lispyville))
|
Loading…
Add table
Add a link
Reference in a new issue