aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorjustbur2016-03-10 19:51:58 -0500
committerjustbur2016-03-10 19:54:56 -0500
commit2d8767caa4e926027bf106450e0df7286f5e0a2d (patch)
tree6f6095db1678888586f809c0b8ef78ddee239400 /README.org
parente81b7898aca445b77808085c642d18721ba9d1f4 (diff)
downloademacs-2d8767caa4e926027bf106450e0df7286f5e0a2d.tar.gz
emacs-2d8767caa4e926027bf106450e0df7286f5e0a2d.zip
Disable special-keys option by default
It's probably too surprising to have enabled by default.
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.org b/README.org
index 52429939f49..b955fbe0b9e 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,8 @@
1* which-key 1* which-key
2[[http://melpa.org/#/which-key][http://melpa.org/packages/which-key-badge.svg]] [[http://stable.melpa.org/#/which-key][file:http://stable.melpa.org/packages/which-key-badge.svg]] 2[[http://melpa.org/#/which-key][http://melpa.org/packages/which-key-badge.svg]] [[http://stable.melpa.org/#/which-key][file:http://stable.melpa.org/packages/which-key-badge.svg]]
3** What's New 3** Semi-Recent Changes
4- =which-key-special-keys= is now disabled by default. See the docstring for the
5 old setting.
4- =C-h= commands! Now =C-h= will prompt you will several options instead of 6- =C-h= commands! Now =C-h= will prompt you will several options instead of
5 going directly to the next page. You can (see =which-key-C-h-map=) 7 going directly to the next page. You can (see =which-key-C-h-map=)
6 - Cycle through the pages forward with =n= (or =C-n=) 8 - Cycle through the pages forward with =n= (or =C-n=)