From 16e1be26913c68ab8f0cdd2376a822deacc8ea2d Mon Sep 17 00:00:00 2001 From: Robert Johnson Date: Sun, 20 Mar 2016 00:35:39 +0000 Subject: [PATCH] Fix inconsistent notation of SPC key in docs Replace all occurrences of in org files with SPC. Fixes syl20bnr/spacemacs#1823 --- core/templates/README.org.template | 6 +++--- doc/QUICK_START.org | 6 +++--- layers/+config-files/systemd/README.org | 8 ++++---- layers/+themes/colors/README.org | 10 +++++----- layers/+themes/themes-megapack/README.org | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/core/templates/README.org.template b/core/templates/README.org.template index 3bd5d17e250f..e498e5cade24 100644 --- a/core/templates/README.org.template +++ b/core/templates/README.org.template @@ -19,6 +19,6 @@ file. * Key bindings -| Key Binding | Description | -|-----------------+----------------| -| ~ x x x~ | Does thing01 | +| Key Binding | Description | +|-------------+----------------| +| ~SPC x x x~ | Does thing01 | diff --git a/doc/QUICK_START.org b/doc/QUICK_START.org index 92c94c5efd7a..fec4aa89adf9 100644 --- a/doc/QUICK_START.org +++ b/doc/QUICK_START.org @@ -32,7 +32,7 @@ own layer. The following command creates a layer in the =private= directory: #+BEGIN_EXAMPLE - : configuration-layer/create-layer RET + SPC : configuration-layer/create-layer RET #+END_EXAMPLE Any configuration layers you create must be explicitly loaded in =~/.spacemacs=. @@ -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 - : dotspacemacs/install RET + SPC : dotspacemacs/install RET #+END_EXAMPLE To open the installed dotfile: #+BEGIN_EXAMPLE - f e d + SPC f e d #+END_EXAMPLE To load some configuration layers using the variable diff --git a/layers/+config-files/systemd/README.org b/layers/+config-files/systemd/README.org index 655a1791aa83..09768a7a714f 100644 --- a/layers/+config-files/systemd/README.org +++ b/layers/+config-files/systemd/README.org @@ -18,7 +18,7 @@ To use this contribution add it to your =~/.spacemacs= * Key bindings -| Key Binding | Description | -|---------------+--------------------------------------------------------------------------| -| ~ m h d~ | Systemd open the directives documentation | -| ~ 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 | diff --git a/layers/+themes/colors/README.org b/layers/+themes/colors/README.org index 0f303c5c4e91..c92a472866d6 100644 --- a/layers/+themes/colors/README.org +++ b/layers/+themes/colors/README.org @@ -75,7 +75,7 @@ The prefix associated with colors is ~C~. =rainbow-identifiers= mode can be toggled on and off with: - ~ t C i~ + ~SPC t C i~ Note that the toggle is local to the current buffer. @@ -84,8 +84,8 @@ with the transient-state: | Key Binding | Description | |-----------------+------------------------------------------| -| ~ C i s~ | initiate change =saturation= mini-mode | -| ~ 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= | @@ -97,11 +97,11 @@ with the transient-state: =rainbow-mode= mode can be toggled on and off with: - ~ t C c~ + ~SPC t C c~ ** Nyan Mode =nyan-mode= mode can be toggled on and off with: - ~ t m n~ + ~SPC t m n~ Note that the toggle is local to the current buffer. diff --git a/layers/+themes/themes-megapack/README.org b/layers/+themes/themes-megapack/README.org index 48b1b97fa171..b59afef5e918 100644 --- a/layers/+themes/themes-megapack/README.org +++ b/layers/+themes/themes-megapack/README.org @@ -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: ~ 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]].