Skip to content

Commit

Permalink
Fix inconsistent notation of SPC key in docs
Browse files Browse the repository at this point in the history
Replace all occurrences of <SPC> in org files with SPC.

Fixes #1823
  • Loading branch information
robert-m-johnson authored and StreakyCobra committed Apr 5, 2016
1 parent 0653e1f commit 16e1be2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions core/templates/README.org.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ file.

* Key bindings

| Key Binding | Description |
|-----------------+----------------|
| ~<SPC> x x x~ | Does thing01 |
| Key Binding | Description |
|-------------+----------------|
| ~SPC x x x~ | Does thing01 |
6 changes: 3 additions & 3 deletions doc/QUICK_START.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 : configuration-layer/create-layer RET
#+END_EXAMPLE

Any configuration layers you create must be explicitly loaded in =~/.spacemacs=.
Expand All @@ -48,13 +48,13 @@ 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 : dotspacemacs/install RET
#+END_EXAMPLE

To open the installed dotfile:

#+BEGIN_EXAMPLE
<SPC> f e d
SPC f e d
#+END_EXAMPLE

To load some configuration layers using the variable
Expand Down
8 changes: 4 additions & 4 deletions layers/+config-files/systemd/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this contribution add it to your =~/.spacemacs=

* Key bindings

| Key Binding | Description |
|---------------+--------------------------------------------------------------------------|
| ~<SPC> m h d~ | Systemd open the directives documentation |
| ~<SPC> m h o~ | Systemd open documentation (if a =\=Documentation= directive is provided |
| Key Binding | Description |
|-------------+--------------------------------------------------------------------------|
| ~SPC m h d~ | Systemd open the directives documentation |
| ~SPC m h o~ | Systemd open documentation (if a =\=Documentation= directive is provided |
10 changes: 5 additions & 5 deletions layers/+themes/colors/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The prefix associated with colors is ~C~.

=rainbow-identifiers= mode can be toggled on and off with:

~<SPC> t C i~
~SPC t C i~

Note that the toggle is local to the current buffer.

Expand All @@ -84,8 +84,8 @@ with the transient-state:

| Key Binding | Description |
|-----------------+------------------------------------------|
| ~<SPC> C i s~ | initiate change =saturation= mini-mode |
| ~<SPC> C i l~ | initiate change =lightness= mini-mode |
| ~SPC C i s~ | initiate change =saturation= mini-mode |
| ~SPC C i l~ | initiate change =lightness= mini-mode |
| ~+~ | increase the =saturation= or =lightness= |
| ~-~ | decrease the =saturation= or =lightness= |
| ~=~ | reset the =saturation= or =lightness= |
Expand All @@ -97,11 +97,11 @@ with the transient-state:

=rainbow-mode= mode can be toggled on and off with:

~<SPC> t C c~
~SPC t C c~

** Nyan Mode
=nyan-mode= mode can be toggled on and off with:

~<SPC> t m n~
~SPC t m n~

Note that the toggle is local to the current buffer.
2 changes: 1 addition & 1 deletion layers/+themes/themes-megapack/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* What is this?
This simple contribution layer is an example. It installs around 100 themes
for Emacs. You can try them easily by invoking helm-themes with: ~<SPC> T s~.
for Emacs. You can try them easily by invoking helm-themes with: ~SPC T s~.

You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]].

Expand Down

0 comments on commit 16e1be2

Please sign in to comment.