You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I am somehow misunderstanding a major part of lispyville and how it can be used, I am having some issues getting the operators such as safe delete to work properly.
With | being the cursor/point in normal mode, pressing D deletes the whole line (including )), leaving us in an inconsistent state:
(defun inc (n)
|
Am I somehow misconfiguring lispyville, or am I misunderstanding what should be happening? Calling e.g. lispyville-delete-whole-line via M-x does lead to a consistent state, where the last ) is kept.
The text was updated successfully, but these errors were encountered:
Nvm, I figured it out; the last release of evil barely predates a commit (by you even, if I'm not mistaken) that slightly changes evil-define-key*. Sorry for the noise, and thanks for the amazing package!
Unless I am somehow misunderstanding a major part of lispyville and how it can be used, I am having some issues getting the operators such as safe delete to work properly.
If we have, line-by-line
C-M-x
'ed:With
|
being the cursor/point in normal mode, pressingD
deletes the whole line (including))
, leaving us in an inconsistent state:Am I somehow misconfiguring lispyville, or am I misunderstanding what should be happening? Calling e.g.
lispyville-delete-whole-line
viaM-x
does lead to a consistent state, where the last)
is kept.The text was updated successfully, but these errors were encountered: