-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Evil lisp commands add indentation in Haskell mode #2547
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
Comments
evil lisp commands may have different behaviors in non-lisps, to achieve |
Yes, that works for wrapping, but e.g. SPC k r ( This might be an issue with smartparens; it looks like calling |
The only smartparens functions trying to work in other languages are behind |
But Also, reading the smartparens documentation on its Finally, calling the This looks like it's a bug in haskell-mode, so I've filed it there: haskell/haskell-mode/issues/796. |
In haskell-mode, running any evil lisp command, either by key binding or by name (e.g. SPC k w) will cause the current line to be indented one additional space.
The text was updated successfully, but these errors were encountered: