Rumor has it this also fixes the regression with DCS hanging on the loading screen.
It’s quite some time ago, but I believe it ignores files named “.editorconfig” (if you have it in your repo/folder), which ended up doing something wierd in editorconfig-mode (or what it’s called) when tramp was running.
Not an answer to what you really ask;
I have had editorconfig do this to me in doomemacs. Fixed with
(setq tramp-ignored-file-name-regexp ".editorconfig")
Whatcha get in that log
What did you choose?
What router did you use?
This. When the ls command works, hit ctrl-a, meta-d, type rm, enter.
I’ve done similar things for mismatched python dependencies in a broken Airflow setup on GCP, and got amazingly good results pointing me in the right direction to resolve the conflicting package versions. Just dumped a mile long stack trace and the full requirements.txt on it. Often worth a shot, tbh
I’ll remember that.
I hacked something like this together a while ago, but never finished/published it;
- search with consult-web-search
- type something reasonably fast and eww opens the first match
- skip through them with C-n and C-p
- prevent automatically loading each url with C-SPC
- RET to load it in eww and close consult
+1 for these! I’d also add https://nixos.asia/en
torgeir
0 post score0 comment score
Is this in a repo somewhere we can have a look?