doomemacs/modules/editor/lispy/packages.el
Quentin Le Guennec faf5eea115 editor/lispyville: Add lispy
smartparens being disabled in lispyville-mode, typing ( in
insert state would not pair the paren
2018-11-01 12:03:36 +01:00

8 lines
141 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; editor/lispyville/packages.el
(package! lispy)
(when (featurep! :feature evil)
(package! lispyville))