From 7848f691158d6eeb0f0bcf01fcb7cc000274394a Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Mon, 29 Apr 2024 14:19:43 +1000 Subject: [PATCH] Document some known `doom doctor` complaints --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index b491001..cc84ece 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,32 @@ independently). I think I will be able to fix this but I haven't implemented it yet. +### `doom doctor` fails with / complains about... + +#### "Checking for stale elc files... File is missing" + +``` +> Checking for stale elc files... +x There was an unexpected runtime error + Message: File is missing + Details: ("Opening directory" "No such file or directory" "/home/marienz/.local/share/nix-doom-unstraightened/straight/build-29.3") + +``` + +For now, just create the directory. + +I would like to fix this but have not thought of the least messy way yet. + +#### "Doom is installed in a non-standard location" + +Ignore it. + +Unstraightened uses `--init-directory`, as the doctor recommends. + +#### "Found another Emacs config:" + +Safe to ignore, for the same reason as the previous warning. + ## Frequently Anticipated Questions ### What's wrong with `straight.el`?