editor/lispyville: Add lispy

smartparens being disabled in lispyville-mode, typing ( in
insert state would not pair the paren
This commit is contained in:
Quentin Le Guennec 2018-11-01 11:53:42 +01:00
parent 876660c28f
commit faf5eea115
4 changed files with 35 additions and 26 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; editor/lispyville/packages.el
(package! lispy)
(when (featurep! :feature evil)
(package! lispyville))