`nix-straight.el` used to require `straight.el` on its own before `doom`
itself was loaded. This had an unfortunate side-effect that
`straight-fix-org` was set to nil after it has been loaded so
`org-version` and `org-git-version` functions were already overloaded.
This was no problem for `org-mode` itself as it has its own overload of
the above mentioned functions, but other libraries such as `elfeed` may
also use these which causes problems.
`nix-straight.el` is updated to a version where it does not preload
`straight` and an advice is provided to `doom` so it loads our version
of `straight` when it supposed to.
References: https://github.com/vlaci/nix-doom-emacs/issues/5
workaround breakage introduced in
commit 6f7bdc801a0b4d1a50f25b3c6d7d74858789a540
Author: Henrik Lissner <henrik@lissner.net>
Date: Mon Dec 16 16:49:34 2019 -0500
Make print! et co always respect standard-output
Newer doom versions (after 873fc5c0db4876d9e1f347fa6cbd2a3a1933df69) has
a rewritten cli interface. I could not figure out how to pass `--no-env`
and `--no-fonts` (should check later if it is a bug in doom)