summaryrefslogtreecommitdiff
path: root/bog-readme.org
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 /bog-readme.org
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
Diffstat (limited to 'bog-readme.org')
-rw-r--r--bog-readme.org4
1 files changed, 2 insertions, 2 deletions
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=.