Matus Goljer

Results 727 comments of Matus Goljer

`sp-pair` should reload the settings in all active buffers but maybe that is where the problem lies. What you can try to do is evaluate `sp-local-pairs` in the buffer and...

Yea, you can see in the second invocation ```elisp (:open "(" :close ")" :actions (insert wrap autoskip navigate)) ``` there is no predicate for `:unless` so something funny is going...

I think I just managed to accidentally reproduce this today. It seems that you have to change the major mode after calling `sp-pair`, or simply revert the buffer so things...

There is now this: https://github.com/Fuco1/Elsa/issues/64 help much welcome :) I already have 2 or 3 rules implemented as an example.

Last time I was playing with this I've tried to embed https://github.com/Kozea/Pyphen but wasn't successful. It's not very high on my list now but it is an interesting hack to...

I'm not using flow anymore so I don't work on it on my time. I accept pull requests.

There is but not in the near future. We're migrating most of our current projects to typescript.

I cherry picked the commits removing `dash` as a dependency and adding require to `s`. I would prefer to keep the `f` dependency and `dired-hacks-utils`. The utils package is a...

@FrostyX It seems like a great addition for this package. If you are still interested in implementing this, I will try to assist where possible.