Tim Loderhose
Tim Loderhose
I never profiled my fix in #398, but I also never saw a reason this should have any performance impact. Are you sure these processes are spawned because of that...
I had this issue too, but only when using selectrum or vertico for in-buffer completion. I wrote a fix that doesn't apply the `completion-in-region-function` if you're on whitespace or newlines...
Actually, you can change the above from `'consult-completion-in-region` to `'completion-in-region`, and it will work with whichever backend it uses. It is still a bandaid though - I'm not 100% sure...
I disabled all my current `jupyter` config, deleted the installed package, cloned the repo switched to `next`, and then installed through `package-install-file` (please let me know if I it's better...
Sorry for the late response. I'm quite busy and don't have the time to thoroughly test right now. I did, however, just change back to the `next` branch again (but...
Got it. Will retry again this weekend. Indeed I had only pulled the branch and re-installed, could be some files were left over from my last try.
Sorry for the long delay in testing this again. I had done it in the meanwhile but not taken the time to report again. I just tried for the third...
I recommend using the `:file /path/to/figure` header argument to save figures as png - it's simpler and requires less code. Check out the "Rich kernel output" section of the readme...
I've tried this, but it runs into performance issues: https://github.com/emacs-tree-sitter/elisp-tree-sitter/issues/78. Further, I was not able to get python tree-sitter highlighting in `org-mode` without `global-tree-sitter-mode`. In general, the global mode is...
I just tried it and on first glance it now works as expected without workarounds. I'll close this issue once you merge the commit - thanks already! https://github.com/emacs-tree-sitter/elisp-tree-sitter/pull/201 (added link...