Merge pull request #571 from ilkka/patch-1
Add note about .emacs.d Windows path
This commit is contained in:
commit
86f25a9462
1 changed files with 1 additions and 3 deletions
|
@ -131,9 +131,7 @@ ln -s path/to/local/repo ~/.emacs.d
|
||||||
cd ~/.emacs.d
|
cd ~/.emacs.d
|
||||||
```
|
```
|
||||||
|
|
||||||
You'd do well to replace `~/.emacs.d` with the value of
|
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.
|
||||||
`user-emacs-directory` for your OS. You can check the value by doing
|
|
||||||
`C-h v user-emacs-directory` inside Emacs.
|
|
||||||
|
|
||||||
## Updating Prelude
|
## Updating Prelude
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue