minor improvements in README
This commit is contained in:
parent
23dd03706a
commit
75dcc93f14
|
@ -7,7 +7,7 @@
|
||||||
- [[#installation][Installation]]
|
- [[#installation][Installation]]
|
||||||
- [[#how-to-use][How to use]]
|
- [[#how-to-use][How to use]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
- [[#custom-keymap][Custom keymap]]
|
- [[#keybindings][Keybindings]]
|
||||||
- [[#customize-options][Customize options]]
|
- [[#customize-options][Customize options]]
|
||||||
- [[#configuration-file-example][Configuration file example]]
|
- [[#configuration-file-example][Configuration file example]]
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ frames, giving the user a smoother experience of multi-screen Emacs.
|
||||||
*Ex:* ~SPC u - 1 2 C-`~ to delete window 12.
|
*Ex:* ~SPC u - 1 2 C-`~ to delete window 12.
|
||||||
|
|
||||||
* Configuration
|
* Configuration
|
||||||
** Custom keymap
|
** Keybindings
|
||||||
To define your own bindings and override the default ones, override
|
To define your own bindings and override the default ones, override
|
||||||
=winum-keymap= before activating the mode:
|
=winum-keymap= before activating the mode:
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ Several options are available through Emacs' Customize interface under
|
||||||
|
|
||||||
List of buffers to ignore when selecting window.
|
List of buffers to ignore when selecting window.
|
||||||
|
|
||||||
Default: ='(" *which-key*")=
|
Default: '(" *which-key*")
|
||||||
|
|
||||||
- face: =winum-face=
|
- face: =winum-face=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue