smartparens being disabled in lispyville-mode, typing ( in insert state would not pair the paren
7 lines
141 B
EmacsLisp
7 lines
141 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/lispyville/packages.el
|
|
|
|
(package! lispy)
|
|
|
|
(when (featurep! :feature evil)
|
|
(package! lispyville))
|