mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
editor/lispyville: Add lispy
smartparens being disabled in lispyville-mode, typing ( in insert state would not pair the paren
This commit is contained in:
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))
|
Reference in New Issue
Block a user