Henrik Lissner

Results 443 comments of Henrik Lissner

> It seems like C-c C-c is not triggering an interrupt error. This seems like the crux of the issue; the `C-c C-c` keybind is either missing or bound to...

Yes, that is the correct binding. In that case, it must be between Emacs and the process. Try regenerating your envvar file by running `doom env` in the shell, then...

I can reproduce this too, but this appears to be an upstream issue rather a Doom one. Please report this [upstream](https://github.com/syl20bnr/evil-escape). In the meantime, ~~only real workaround is to disable...

As of 87de6e4 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!

`+ansible-yaml-mode` will only activate when a `{project-root}/roles/` folder is found (perhaps this is too naive a condition; I'm open to suggestions). If `{project-root}/roles/` _does_ exist and the mode isn't activating,...

Org was bumped to v9.7.11 in 0dc1084e8a915d778af7cc5774477ffb3daa0b0a (and will only be bumped to tagged releases from this point on). Since I can no longer reproduce this, I'll consider this resolved....

Reposting what I said on Discord for posterity: > I'm aware of this, but it's a little difficult to reproduce across Emacs versions (as the autoloads generator library has changed...

As of 7197ee6 this should finally be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!

Does this fix your issue? ```sh rm -rf ~/.emacs.d/.local/straight/repos/straight.el rm -rf ~/.emacs.d/.local/straight/repos/vterm doom sync ```

This usually means the build process failed. Press `SPC b B` and look for a buried vterm or compilation buffer. It should tell you why it failed.