Alexander-Miller

Results 286 comments of Alexander-Miller

> (It's not in project but I think it's unrelated in that it's same as local) What does this mean exactly, the file is found anyway because it's also local?...

Could be git-mode. How many lines of output do you get when you run `git status --porcelain --ignored=matching .`? I'll be able to clone kubernetes later today. Any particular directory...

> Is git mode enabled by default? Yes. Specifically the version that waits 500ms for the async git process to finish before using its output for highlighting. > 28 lines...

Correction: even git-mode is a problem if you have enough sub-directories because treemacs needs to start a new process for every one of them. I tried things out on my...

Sorry, but given the limited time I have now I'm very reluctant to accept non-trivial feature requests. I won't reject this outright, but my current priority is getting through my...

> It seems to me, overlapping "projects" should be allowed. They should. It would just require major changes to many of treemacs' innards, and I have little time and plenty...

I've only ever seen something like that when I had bugs in my extension code, but never in treemacs itself. Do you use a framework that touches on treemacs like...

current-buffer and current-window are easy to lose track of. My guess is that some of your overlay edits might accidentally happen in treemacs, breaking its rhythm. Try adding some double-checking...

Treemacs should be writing every change to you workspace to the persist file at the time the edit happens (and not just when you quit Emacs). If this persist fails...