aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Burkett2021-05-31 22:30:32 -0400
committerJustin Burkett2021-05-31 22:30:32 -0400
commitef1fc43fcb6dce6060d8d362f921dafe78fc3e26 (patch)
treedd4751bdee3a217464c192c9577ba21fab447ff0
parentfa1b4c9b382cd719ba8122724b87d6942a6be886 (diff)
downloademacs-ef1fc43fcb6dce6060d8d362f921dafe78fc3e26.tar.gz
emacs-ef1fc43fcb6dce6060d8d362f921dafe78fc3e26.zip
Reference issues #93 and #175 in README
Fixes #291
-rw-r--r--README.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.org b/README.org
index c417b04873e..0f67f20262b 100644
--- a/README.org
+++ b/README.org
@@ -444,6 +444,9 @@
444 444
445 Note =C-h= is by default equivalent to =?= in this context. 445 Note =C-h= is by default equivalent to =?= in this context.
446 446
447 Note also that using =C-h= will not work with the =C-h= prefix, unless you
448 make further adjustments. See Issues #93 and #175, for example.
449
447**** Method 2: Bind your own keys 450**** Method 2: Bind your own keys
448 451
449 Essentially, all you need to do for a prefix like =C-x= is the following 452 Essentially, all you need to do for a prefix like =C-x= is the following