Alexander-Miller

Results 286 comments of Alexander-Miller

I don' think a general hook is the right approach, as that means you'd call `treemacs` for *every* new prog buffer, especially the ones you don't expect to derive from...

In that case you need to find out what function this click invokes. Maybe there is already a hook for it, maybe you need to use advice. Either way you...

I cannot reproduce this on my end: https://github.com/user-attachments/assets/da8aa4bf-0c78-459d-b6c2-ad5f65785d8b My guess is that the exact behavior depends on your magit/ediff/general window settings - there is nothing special about treemacs in this...

> Or does it depend on the output of a language server and so I'd have to configure this elsewhere? Correct. Treemacs is just the frontend with a small bit...

Sounds like the question has been answered, so I'll close up here. Feel free to re-open if you have further questions.

Treemacs is responsible only for the graphical part, the tags themselves are derived from imenu. So the order would depend on your imenu backend. Based on a quick test default...

I don't know. Internally treemacs just calls primitives like `directory-files`. If those can deal with docker then in theory treemacs should be able to do that as well. I remember...

Not possible without some legwork. You can either use `treemacs-after-visit-functions` that I have recently added. If that's not a good fit write your own simple ret-action that does something like...

I'll close here on account of inactivity. Feel free to re-open if this issue is still relevant.

I only use project.el myself and have no such problems - how do you know it's related? I don't think interactively adding projects even looks at your project implementation. The...