Henrik Lissner
Henrik Lissner
Unfortunately, this is not a Doom issue. This is the error that straight throws when a connection times out due to internet downtime, prohibitive proxies (or ISPs), SSL verification issues,...
I am unable to reproduce this, on either Linux or my MacOS/Windows VMs, and don't know how to investigate this further from my end. I'll revisit this once I have...
I have a rewrite of the doctor system in the works for v3, which will include core-level checks for Doom's dependencies (like ripgrep), so individual modules don't have to do...
In the 3.0 release, Doom will move all its local files out of `$EMACSDIR/.local` to XDG folders (`~/.config/{emacs,doom}`, `~/.local/{share,state}/doom/`, and `~/.cache/doom/`), which should allow you to symlink the directories directly....
With https://github.com/doomemacs/doomemacs/commit/f99cf0ccc8e781ea00c10e0159affe4073151e91 I've added a `$DOOMPROFILELOADFILE` envvar, which controls where to read and write the profile loader file (formerly `$EMACSDIR/profiles/init.el`, now defaults to `$EMACSDIR/profiles/load.el`). Changing this will let you move...
I am unable to reproduce this, but try updating Doom once more, as https://github.com/hlissner/doom-emacs/commit/c5e88d229f8211bd79b7b8c574ebb19541561cdf may help. If not, try recloning Doom from scratch, as an earlier eln cache could be...
Yes, this was intentionally changed in 3853dff5e11655e858d0bfae64b70cb12ef685ac. I plan to add an `--aot` switch (or similar) to `doom {sync,install,build}` in the near future, but it is currently low priority. For...
> Since @hlissner himself uses Emacs 29 @pharcosyle To clarify, my dotfiles were out of date (just updated it). I use 28.2 for my daily driver. 29 is still much...
> special confused that commit message says that it is harmless :) https://github.com/doomemacs/doomemacs/commit/b7b66e620203c7068b9c45388eca9a1ebec8d13f is saying that this bug is harmless for :core, but not for :user. It's not suggesting that...
> @hlissner I can reproduce not working `C-c p p` on 28.2; on clean install of doom-emacs from [b7b66e6](https://github.com/doomemacs/doomemacs/commit/b7b66e620203c7068b9c45388eca9a1ebec8d13f) I can't reproduce this on 28.2. With `evil` enabled, it invokes...