Matus Goljer

Results 398 comments of Matus Goljer

That it jumps out is expected, SP doesn't parse the entire buffer to figure out if you are not balanced. As soon as it finds a working pair it jumps...

What is `sp-autoskip-closing-pair` set to? I can't repro this so far.

When the pair is "active" and you type the closing delimiter it jumps out, so yes it is in a special state. What should happen is the state should be...

With strict mode disabled and `(setq-local sp-autoskip-closing-pair 'always-end)` it now inserts the closing paren at the first insertion properly. Can you confirm this?

Maybe something like this ```elisp (defun dired-collapse-jump () "Jump to the first parent directory with more than one file. This is opposite of \"drilling down\" through empty collapsed directories." (interactive)...

Yea, good catch. I'll add it to the package, I like it. Good suggestion!

This sounds reasonable. I'm surprised it even uses case matches, since Emacs usually ignores case by default. I'll look into it.

There already are `org-list-dt` and `org-list-checkbox`