diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-30 02:31:42 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-30 02:41:26 -0400 |
commit | a4a0e8ce8400894d0c7bac5b4d64753f2a415b5e (patch) | |
tree | d6bca0c2bd3ba32bad28973c15fb54784fb5da54 | |
parent | b173d8a2414180c6183fd3906996936a35ecb253 (diff) | |
download | bog-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.md | 4 | ||||
-rw-r--r-- | bog-readme.org | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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=. |