From 03ff175fe07b1376872b4fa56c8a8a9a88a7eb7a Mon Sep 17 00:00:00 2001 From: dadair Date: Tue, 22 May 2018 22:47:13 -0600 Subject: [PATCH] Fix typo in README Fixes a minor typo in the README. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 53e1e49..5524aba 100644 --- a/README.org +++ b/README.org @@ -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.