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:
parent
c62c3bc4cd
commit
84a525a099
1 changed files with 2 additions and 4 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue