mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
config doc: Mention the set_domain command.
This commit is contained in:
parent
3f74f546c9
commit
e302d6ca59
@ -9,10 +9,11 @@ elinks.conf - ELinks configuration file
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
set <option> = <value>
|
set <option> = <value>
|
||||||
unset <option>
|
set_domain <domain> <option> = <value>
|
||||||
bind "<keymap>" "<key>" = "<action>"
|
unset <option>
|
||||||
include "<file>"
|
bind "<keymap>" "<key>" = "<action>"
|
||||||
|
include "<file>"
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -16,10 +16,11 @@ elinks.conf \- ELinks configuration file
|
|||||||
.sp
|
.sp
|
||||||
.RS 4
|
.RS 4
|
||||||
.nf
|
.nf
|
||||||
set <option> = <value>
|
set <option> = <value>
|
||||||
unset <option>
|
set_domain <domain> <option> = <value>
|
||||||
bind "<keymap>" "<key>" = "<action>"
|
unset <option>
|
||||||
include "<file>"
|
bind "<keymap>" "<key>" = "<action>"
|
||||||
|
include "<file>"
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
|
Loading…
Reference in New Issue
Block a user