Emacs info documents missing
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### What did you expect to happen?
`C-h i` will show a full menu for available info manual list.
### What actually happened?
`C-h i` lists only 2 available links:
1. Org Mode
2. Org Guide.
Neither of which is a workable link.
When I move cursor to the "Org Mode" link and press `ENT`, it says "Info file org does not exist".
When I move cursor to the "Org Guide" link and press `ENT`, it says "Info file orgguide does not exist".
### Describe your attempts to resolve the issue
I used to apply a spacemacs config, and the .emacs.d directory was used to be `C:\Users\USERNAME\AppData\Roaming` since it's working on Windows
When transferring to doom, I created a `HOME` environment variable followed Getting Started Guide: [https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#on-windows](url), set `HOME` to another new directory.
After successfully doom install in git bash, emacs is successfully launched, except this doc missing issue.
I checked the `Info-directory-list` variable, and the value contains directories all pointed to the new `HOME` directory `~/.emacs.d/.local/straight`.
I'm not sure is this issue relative with my installation procedure, looking for a way to get the other info docs back.
### Steps to reproduce
I don't know if this can be reproduce...
### System Information
https://pastebin.com/mF72iVk3
Contributor guide
Assessment
This issue has not been assessed yet.