Change 'SPC :' to 'SPC SPC' in quick start

The former was deprecated.
This commit is contained in:
Andrew Schwartzmeyer 2016-10-05 11:41:35 -07:00 committed by Eivind Fonn
parent aed35fc6ef
commit 00e0b99c35
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ own layer.
The following command creates a layer in the =private= directory:
#+BEGIN_EXAMPLE
SPC : configuration-layer/create-layer RET
SPC SPC configuration-layer/create-layer RET
#+END_EXAMPLE
Any configuration layers you create must be explicitly loaded in =~/.spacemacs=.
@ -48,7 +48,7 @@ is also a means to customizing Spacemacs.
The following command will create a =.spacemacs= file in your home directory:
#+BEGIN_EXAMPLE
SPC : dotspacemacs/install RET
SPC SPC dotspacemacs/install RET
#+END_EXAMPLE
To open the installed dotfile: