Add instructions for getting homedir path
This should work for all versions of Windows.
This commit is contained in:
parent
4c6a64dbe5
commit
30e5256a39
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ ln -s path/to/local/repo ~/.emacs.d
|
|||
cd ~/.emacs.d
|
||||
```
|
||||
|
||||
Note that on Windows, the `.emacs.d` directory is usually located at `C:\Users\your_user_name\AppData\Roaming\.emacs.d`, and you should adjust the command appropriately.
|
||||
If you are using Windows, you should check what Emacs thinks the `~` directory is by running Emacs and typing `C-x d ~/<RET>`, and then adjust the command appropriately.
|
||||
|
||||
## Updating Prelude
|
||||
|
||||
|
|
Loading…
Reference in a new issue