fix README html export

This commit is contained in:
deb0ch 2016-12-17 13:15:20 +01:00
parent 8e92e2b7f8
commit 36358cc8c2

View file

@ -68,7 +68,7 @@ Emacs configuration:
- =select-window-0-or-10= - =select-window-0-or-10=
By default, ~C-x w 0~ is bound to =select-window-0-or-10=c. If window 0 is not By default, ~C-x w 0~ is bound to =select-window-0-or-10=. If window 0 is not
assigned, it will act on the window 10 instead. assigned, it will act on the window 10 instead.
You can rebind this to the more straightforward =select-window-0= if you You can rebind this to the more straightforward =select-window-0= if you
@ -128,8 +128,8 @@ directly override =winum-keymap=:
This is a little bit hacky but is less code than using =define-key=, and will This is a little bit hacky but is less code than using =define-key=, and will
also shadow the old bindings. also shadow the old bindings.
**NB:** the ~`~ key is convenient on qwerty keyboards, however if you are using *NB:* the ~`~ key is convenient on qwerty keyboards, however if you are using a
a different keyboard you should replace it with the key beside ~1~. different keyboard you should replace it with the key beside ~1~.
For instance, ~²~ on an azerty keyboard. For instance, ~²~ on an azerty keyboard.
** Customize options ** Customize options
@ -138,15 +138,15 @@ Several options are available through Emacs' Customize interface under
- =winum-scope= - =winum-scope=
Frames affected by a number set. Choices are ='frame-local= ='visible= or Frames affected by a number set. Choices are 'frame-local 'visible or
='global=. 'global.
Default: ='global= Default: 'global
- =winum-reverse-frame-list= - =winum-reverse-frame-list=
If t, order frames by reverse order of creation. Has effect only when If t, order frames by reverse order of creation. Has effect only when
=winum-scope= is not ='frame-local=. =winum-scope= is not 'frame-local.
Default: =nil= Default: =nil=
@ -191,7 +191,7 @@ Several options are available through Emacs' Customize interface under
The position in the mode-line =winum-mode= displays the number. The position in the mode-line =winum-mode= displays the number.
Default: 1 Default: =1=
- =winum-ignored-buffers= - =winum-ignored-buffers=
@ -203,7 +203,7 @@ Several options are available through Emacs' Customize interface under
Prefix key sequence for keybindings. Prefix key sequence for keybindings.
Default: (kbd "C-x w") Default: =(kbd "C-x w")=
- face: =winum-face= - face: =winum-face=