Merge pull request #4 from adairdavid/patch-1

Fix typo in README
This commit is contained in:
Arne Brasseur 2018-05-23 07:45:57 +02:00 committed by GitHub
commit 10a8083034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ Think of it as a bootloader for Emacs.
** Rationale
Emacs configuration is either kept in a =~/.emacs= file or, more commonly, in a
~/.emacs.d= directory. These paths are hard-coded. If you want to try out
=~/.emacs.d= directory. These paths are hard-coded. If you want to try out
someone else's configuration, or run different distributions like Prelude or
Spacemacs, then you either need to swap out =~/.emacs.d=, or run Emacs with a
different =$HOME= directory set.