Henrik Lissner
Henrik Lissner
`doom-themes-enable-bold` only prevents `:bold` and `:weight` attributes on faces Doom sets. It has no control over faces that it doesn't set, or face attributes set inline. There is no way...
My bad, 49232f4 fixed another issue, not this one. Reopening...
Possible duplicate of #4517 and #3655. I can't reproduce this. I suspect it's a `native-comp` issue and should be reported upstream. ~~Your best bet is to add a regexp to...
Sorry for the tremendously long wait. As of fb7f4c6 I've implemented a timeout mechanism, so hanging comp.el processes will be killed after 30s of no movement before carrying on. With...
This is an upstream issue with rainbow-mode and should [be reported there](https://elpa.gnu.org/packages/rainbow-mode.html), but in the meantime, see if unpinning `rainbow-mode` fixes the issue (Doom is pinned to 1.0.5 and 1.0.6...
I am aware and am currently in the process of swapping out the docs. For the time being, you'll find them in https://github.com/doomemacs/doomemacs/blob/develop/docs/.
This is a known issue. `ob-ledger` was removed from `org-contrib` at some point in the past, and since Doom uses its latest version, it is notably absent. Currently, the copy...
`--yes` was replaced with `--force` (or `-!`) in 6c0b7e1530a6bbd1fdd19118e26dea690319febf. Use `doom upgrade --force` instead.
Thanks for this! Although, please use either [completion/company/README.org](https://github.com/hlissner/doom-emacs/blob/develop/modules/completion/company/README.org) or the [readme file template](https://github.com/hlissner/doom-emacs/blob/develop/modules/editor/file-templates/templates/org-mode/__doom-readme) as the template. I'm open to improvements, but that is the format I'm aiming for.
I can't reproduce this, so I'm inclined to suspect your personal configuration. Somewhere, something is trying to set `t`. E.g. `(setq t ...)`, which is illegal. Please try to create...