Matus Goljer
Matus Goljer
Any updates? I haven't noticed any similar slowdowns yet.
@Yevgnen Yes that sounds reasonable.
See also #1008
Any other package which might interfere? SP binds those keys to slurping.
> (translated from ) Well this is wrong.
You can try to unbind `C-S-` form `smartparens-mode-map`.
Try also setting `sp-base-key-bindings` to nil. I honestly don't understand what is going on.
I think you derped the title, but in either case the issues with REPLs are many. In haskell repl we solve this by adding special search limiting predicates, you might...
`sp--special-self-insert-commands` is not supposed to be edited by the user, but it should have all commands which do insertions when you press regular insert key, such as `[` calling some...
I'm afraid I don't understand the use-case. In vim, point is _on_ the character, in emacs, point is _between_ characters, Evil simulates the vim behaviour I believe. When would it...