mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove wrap, additional-wrap, & escape key themes
+ Escape was redundant with Doom's own escape handler + Disabled wrap/addition-wrap, as it isn't enabled by default, is potentially redundant with evil-{surround,embrace}, and prone to issues in tty emacs (see #2573). Fixes #2573
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
(setq lispy-close-quotes-at-end-p t)
|
||||
(add-hook 'lispy-mode-hook #'turn-off-smartparens-mode))
|
||||
|
||||
|
||||
(use-package! lispyville
|
||||
:when (featurep! :editor evil)
|
||||
:hook (lispy-mode . lispyville-mode)
|
||||
@ -23,8 +24,5 @@
|
||||
(prettify insert)
|
||||
(atom-movement normal visual)
|
||||
slurp/barf-lispy
|
||||
(wrap normal insert)
|
||||
additional
|
||||
additional-insert
|
||||
(additional-wrap normal insert)
|
||||
(escape insert))))
|
||||
additional-insert)))
|
||||
|
Reference in New Issue
Block a user