Alexander-Miller

Results 286 comments of Alexander-Miller

There's also a check for when not to save: `(or noninteractive (getenv "CI") (null treemacs-persist-file))` You wouldn't happen to have a "CI" environment variable?

Is the state loaded if you manually run `treemacs--restore`?

I've now added `treemacs-buffer-name-function`. A small prefix is still necessary for compatibility with winum, but you can now do something like this: ```elisp (defvar name-count 0) (setf treemacs-buffer-name-function (defun custom-name-fn...

Closing the issue because I assume it has now been resolved. Btw, the variable `treemacs-buffer-name-prefix` has also recently been added.

> It seems to me neither were currently possible? Have I missed the decisive bit of documentation? You haven't, treemacs can't do something like this. While I see the utility...

There's a section in the readme on how to create single icons and entire themes that should be a good starting point: https://github.com/Alexander-Miller/treemacs?tab=readme-ov-file#customizing-themes-and-icons

The next time it happens run `kill -12` on Emacs' PID. That will force it to stop and show a stack trace of what it's been up to. Also, is...

If the first trace is anything to go by then there is a loop in the find file routine. That code is very old and battle-tested, it should not get...

That's strange. Treemacs checks if the projects it's loading are readable, and if they are not it does this: How old is your treemacs version and do you use any...

That's the modeline treemacs automatically sets up when it detects that you are using doom modeline. The numbers and the green bar are part of my own doom setup, you...