Merge pull request #324 from Abizern/key_chord_documentation
Describe disabling key-chords in the README
This commit is contained in:
commit
08ad6bbfa5
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -270,7 +270,16 @@ Keybinding | Description
|
||||||
<kbd>KK</kbd> | Delete tabs and spaces around point(`delete-horizontal-space`)
|
<kbd>KK</kbd> | Delete tabs and spaces around point(`delete-horizontal-space`)
|
||||||
<kbd>uu</kbd> | View edits as a tree(`undo-tree-visualize`)
|
<kbd>uu</kbd> | 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
|
The default Prelude installation comes with a bare minimum of
|
||||||
functionality. It will however install add-ons for various programming
|
functionality. It will however install add-ons for various programming
|
||||||
|
|
Loading…
Reference in a new issue