From a4a0e8ce8400894d0c7bac5b4d64753f2a415b5e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 30 Mar 2014 02:31:42 -0400 Subject: 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 --- README.md | 4 ++-- bog-readme.org | 4 ++-- 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=. -- cgit v1.2.3