From fd5458b1797ea4c8ba014ef7fbb150e9af0bd343 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Wed, 22 May 2013 15:22:15 +0100 Subject: [PATCH] Describe disabling key-chords in the README It's good to have defaults, but nice to document a way of changing them as well. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94fc39f..a28f11c 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,16 @@ Keybinding | Description KK | Delete tabs and spaces around point(`delete-horizontal-space`) uu | View edits as a tree(`undo-tree-visualize`) -### Automatic package installation +##### Disabling key-chords + +In some cases you may not want to have a key-chord that is defined by prelude, +in which case you can disable the binding in your `personal.el` file by setting +its command to `nil`. For example, to disable the `kk` key-chord add the +following line: + + (key-chord-define-global "kk" nil) + +## Automatic package installation The default Prelude installation comes with a bare minimum of functionality. It will however install add-ons for various programming