Henrik Lissner
Henrik Lissner
I'm not quite sure I understand the problem here. Are you expecting the `default` profile to be the same as the "global" profile? If so, see [this section of the...
As of 754e0f7 this should be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!
I can't reproduce these errors in vanilla Doom with the `:completion vertico` module installed, so I'd wager this is a configuration or byte-compilation issue. Try `doom sync --rebuild` to resolve...
> Is there a way to get consult to work with helm There is not. `consult` was made solely for `vertico`. However, Doom's helm module should already have a ripgrep...
> I assume that Doom enables Abbrev mode by default, meaning that it doesn't work in the Minibuffer? So this is a bug (or missing feature) in Abbrev mode rather...
Please provide a screenshot. > Observe that highlighs are not very visible and it's hard to tell what was removed, added, changed. The message here seems different from the title....
As of 0f956da this should be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!
Fixing this will require rewriting the `:tools tree-sitter` module to support treesit, which I plan to do, but is low priority at the moment (and is a fairly big endeavor,...
As of https://github.com/doomemacs/doomemacs/commit/5cda3ed25a55b1492bf864a1fe8b7daaf655bbfa Doom uses treesit, which should resolve this issue. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!
[This is a known upstream bug.](https://github.com/Bad-ptr/persp-mode.el/issues/104) This is because you've set `uniquify-buffer-name-style` to `'forward` in your config. > `uniquify' breaks persp-mode. It renames old buffers, which causes > errors when...