From d6196279e7529c4281c409936a51e23777b7dfbf Mon Sep 17 00:00:00 2001 From: Jonathan Ragan-Kelley Date: Sat, 28 Nov 2015 15:12:05 -0800 Subject: [PATCH] Note in README: customize dotfile *after* install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prefix the "It is also recommended…" part of the Mac installation prerequisites with a note that this should be done *after* the basic install process. This tripped me up and prevented initial installation. (The more detailed instructions and warnings added to Install since the current master will also help.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fba4787a..24130e8ec 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Please note: these homebrew commands will install Emacs, and link it to your the start of this file. That will populate your `~/.emacs.d` directory, which is what transforms a regular Emacs into Spacemacs. -It is also recommended to add the [osx layer][] to your [dotfile][]: +*After* you have completed the [install process below](#install), it is also recommended to add the [osx layer][] to your [dotfile][]: ```elisp (setq-default dotspacemacs-configuration-layers '(osx))