Radon Rosborough
Radon Rosborough
Okay, so now that #200 is long since merged, we can address this issue by fixing the behavior with nested `node_modules` directories. However I have never worked with such a...
Sure. That seems fine to add as a separate formatter that you can enable instead of Prettier, if desired.
I'm a bit wary of enabling automatic reformatting for Emacs Lisp by default, as there are not universal style guidelines that everybody agrees on. I might be convinced. In any...
Right, but if we register the formatter in `apheleia-mode-alist` by default, then it will indeed become automatic. Like I said I am fine with registering it in `apheleia-formatters`, though, and...
Thanks for the detailed report. I agree with your diagnosis, I will see about implementing the best solution right now.
Merged a PR implementing your lexical variable idea. Let's take a look at the performance issue now.
Merged a PR adding detailed logging information with timestamps. Try it again with https://github.com/radian-software/apheleia/pull/235 and post the log, maybe we can determine what is so slow based on that output.
The default binding for this would be `C-s C-s`. I suppose you want something shorter?
Sure, those things all seem like reasonable possibilities, however I'm not sure offhand what the best approach would be. I don't think it would be possible to bind `C-s C-s`...
Why do you need the position of the next match, rather than simply moving to it by invoking `ctrlf-forward`?