Browse Source

Merge pull request #571 from ilkka/patch-1

Add note about .emacs.d Windows path
custom
Bozhidar Batsov 12 years ago
parent
commit
86f25a9462
  1. 4
      README.md

4
README.md

@ -131,9 +131,7 @@ ln -s path/to/local/repo ~/.emacs.d
cd ~/.emacs.d
```
You'd do well to replace `~/.emacs.d` with the value of
`user-emacs-directory` for your OS. You can check the value by doing
`C-h v user-emacs-directory` inside Emacs.
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…
Cancel
Save