summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-30 02:31:42 -0400
committerKyle Meyer <kyle@kyleam.com>2014-03-30 02:41:26 -0400
commita4a0e8ce8400894d0c7bac5b4d64753f2a415b5e (patch)
treed6bca0c2bd3ba32bad28973c15fb54784fb5da54
parentb173d8a2414180c6183fd3906996936a35ecb253 (diff)
downloadbog-a4a0e8ce8400894d0c7bac5b4d64753f2a415b5e.tar.gz
Fix keybinding representation in README
I was surrounding the keybindings with `' to avoid issues with double quotes in the verbatim environment [1]. This doesn't look very good in the exported markdown though. Now using fix proposed in the above thread. [1] http://lists.gnu.org/archive/html/emacs-orgmode/2010-04/msg00330.html
-rw-r--r--README.md4
-rw-r--r--bog-readme.org4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 36d9d71..eddc5fa 100644
--- a/README.md
+++ b/README.md
@@ -112,5 +112,5 @@ The variables below are important for specifying how Bog behaves.
# Keybindings
-A keymap is defined for Bog under the prefix \`C-c "'. If you prefer
-something else (like \`C-c b'), set `bog-keymap-prefix`. \ No newline at end of file
+A keymap is defined for Bog under the prefix `C-c "​`. If you prefer
+something else (like `C-c b`), set `bog-keymap-prefix`. \ No newline at end of file
diff --git a/bog-readme.org b/bog-readme.org
index 737db31..d2e778c 100644
--- a/bog-readme.org
+++ b/bog-readme.org
@@ -120,5 +120,5 @@ The variables below are important for specifying how Bog behaves.
* Keybindings
-A keymap is defined for Bog under the prefix `C-c "'. If you prefer
-something else (like `C-c b'), set =bog-keymap-prefix=.
+A keymap is defined for Bog under the prefix =C-c "​=. If you prefer
+something else (like =C-c b=), set =bog-keymap-prefix=.