Alexander-Miller
Alexander-Miller
Ok, I think I know when the problem happens - you need to have the real file already opened, and then to try and get the tag in the linked...
I've pushed a potential fix and can no longer reproduce the problem. What I tried is: 1. Open the original file outside of treemacs with a simple `find-file` 2. Have...
Probably a follow-up from some previous action that left treemacs' innards in an incorrect state. Either way I'll need a stack trace to track this down.
That is intentional. By default treemacs does not show lock, backup, autosave and flycheck temp files. and the .git directory. The behavior is controlled by `treemacs-ignored-file-predicates` which by default contains...
I don't want to build individual toggles for every single file treemacs could ignore, it's not worth the maintenance and complexity effort on my end. However building something for yourself...
Do you see anything suspicious when you call `list-processes`, like a bunch of old processes still being listed?
Python is what treemacs starts to do its async stuff. If you only see the occasional python process and there is no large list of zombies, then this is not...
Run `toggle-debug-on-error` and then show me the stack trace that Emacs will give you.
So on the one hand I've got this PR that has the potential to let me outsource all my icon needs and save hundreds of lines of some of the...
It's not an addition, it's updating the already pre-existing theme to use the newest all-the-icons api, so I'm not sure how exactly this would affect your icon-less config. If it...