Document some known doom doctor complaints
This commit is contained in:
parent
19d0b562de
commit
7848f69115
1 changed files with 26 additions and 0 deletions
26
README.md
26
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`?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue