Matus Goljer

Results 398 comments of Matus Goljer

`:config` only runs after the autoloads or when the package is actually loaded. Look at the expanded use-package code to figure out what's happening (I don't know). This is 100%...

I don't know if it makes sense to add examples of changing faces to smartparens documentation. All these are use-package features.

I'm not familiar with Erlang that much so I don't really understand the context. Can you give me a repro case where I can see what smartparens does and what...

So it looks a lot like prolog. Try to run this, assuming `erlang-mode` is the mode for Erlang. This will tell SP to not use punctuation as suffix (which travels...

Well, this works like that on purpose. If we want such a feature it would need to be behind a feature flag because this is backward incompatible behaviour change. Some...

To be honest, I don't understand it either. There's also no tests for this feature and last it was touched was 2012. I think you can consider it deprecated :man_shrugging:.

Is `>` a standard pair in javascript? If so we could configure it out of the box. I can see how this could be handled with `js2-mode` where we could...

There are two things that need to be done. First, you need to specify a predicate in `:unless` filter to only enable the insertion when there is no`=` in front....

@Kasuko Sweet job! Would you be interested in making a pull request? I don't understand your last comment about "trying to put `=>` in JSX", can you show an example?

Thanks for the gif, that is superb! I think there is some issue in smartparens and the post insert handler. As you say it's probably not super high priority. The...