ask user to backup ~/.emacs as well

This commit is contained in:
d12frosted 2015-10-29 19:38:08 +02:00 committed by syl20bnr
parent dcf0c2bbc2
commit ab9c8c020d
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ For efficient searches we recommend to install `pt` ([the platinum searcher][]).
```sh
cd ~
mv .emacs.d .emacs.bak
mv .emacs.d .emacs.d.bak
mv .emacs .emacs.bak
```
2. Clone the repository: