mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
smartparens being disabled in lispyville-mode, typing ( in insert state would not pair the paren
8 lines
141 B
EmacsLisp
8 lines
141 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/lispyville/packages.el
|
|
|
|
(package! lispy)
|
|
|
|
(when (featurep! :feature evil)
|
|
(package! lispyville))
|