Matus Goljer
Matus Goljer
It's good, but depends on other people submitting patches for third-party packages. Unless it gets really big it won't grab that much attention.
I can reproduce this, definitely a bug. I will have a look thanks!
I had to revert the fix because it caused some severe performance issues :(
These are pretty cool ideas, I like it! We will probably need to implement it on lower level than the hooks, although I'm not exactly sure.
Anything by skeeto is fine :) Go ahead, just don't forget to put it in Cask and then run `cask pkg-file` to regenerate the dependency tracking file.
I implemented some code that basically computes bounds of the search which are reasonable for the given buffer. In case of org mode, it makes no sense to compute anything...
Yea, there's an option for that, `sp-autoinsert-pair`. What would you expect such a setting be called? We should add an alias to make it easier to discover (the naming in...
Without that the navigation wouldn't work. You can however disable the actions on each pair and only leave navigation on, see `sp-pair` function. The performance hit is quite negligible, although...
I think it would be a good idea to setup something like spacemacs's "layers", where each of them would basically group some functionality into a single on/off switch. I would...
Note that the api is available even with smartparens-mode off (which should turn off every other functionality). As for the functions, you would need to add your own global binding...