Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In consistent with lispy for "[" and "]" in strings or comments #21

Open
yangsheng6810 opened this issue May 22, 2019 · 0 comments
Open

Comments

@yangsheng6810
Copy link

In lispy, typing "[" or "]" in a string or a comment will go out of the current string, calling lispy-left or lispy-right, while in evil-lispy, it will self-insert "[" or "]". It seems related to

(evil-lispy/defnonstring-action evil-lispy/insert-to-lispy-right
  evil-lispy/enter-state-right)
(evil-lispy/defnonstring-action evil-lispy/insert-to-lispy-left
  evil-lispy/enter-state-left)

in evil-lispy-core.el.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant