Henrik Lissner
Henrik Lissner
Is this something that AuCTeX and company-auctex natively supports? If not, this should be a feature request made [upstream](https://www.gnu.org/software/auctex/mailing-lists.html). If it is, then I'll need someone more familiar with company-auctex...
I cannot reproduce this behavior. If it did behave this way it would certainly be a bug, however. Two things jump out at me in your doom/info: 1. You're on...
Understood. I'll keep this open until it is resolved upstream. (And will be defaulting evil-respect-visual-line-mode to `nil` soon)
Since I can't reproduce the original issue (and `evil-respect-visual-line-mode` is just so darn nice), I have re-enabled it. Let me know if more issues arise.
And, of course, the issues emerge again. Until they are addressed upstream they can be side-stepped by adding this to `~/.doom.d/init.el`: ```lisp (setq evil-respect-visual-line-mode nil) ``` I'll contemplate making this...
I don't have a python (or poetry) environment on hand and am a bit swamped so I can't look into this soon, but I see you're on Windows, so perhaps...
I can't reproduce this, but I think I know where you're coming from. Treemacs, by default, remembers all the projects you open it from, and this memory of projects persists...
As of f9dfb7e I've changed `+treemacs/toggle` (on `SPC o p`) to use ` treemacs-add-and-display-current-project-exclusively`.
Sorry for taking so long to get to this; I have a number of issues with the implementation, but it's taking me longer than I anticipated to put together a...
Are you still seeing this issue? If so, could you [check the \*Messages\* buffer for errors/warnings](https://discourse.doomemacs.org/t/how-to-debug-issues/55) after loading a ConTeXt-file? And if you spot an error, please [produce a backtrace...