Merge pull request #571 from ilkka/patch-1

Add note about .emacs.d Windows path
This commit is contained in:
Bozhidar Batsov 2014-06-30 14:15:06 +02:00
commit 86f25a9462

View file

@ -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