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
|
||||
--------
|
||||
[verse]
|
||||
set <option> = <value>
|
||||
unset <option>
|
||||
bind "<keymap>" "<key>" = "<action>"
|
||||
include "<file>"
|
||||
set <option> = <value>
|
||||
set_domain <domain> <option> = <value>
|
||||
unset <option>
|
||||
bind "<keymap>" "<key>" = "<action>"
|
||||
include "<file>"
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -16,10 +16,11 @@ elinks.conf \- ELinks configuration file
|
||||
.sp
|
||||
.RS 4
|
||||
.nf
|
||||
set <option> = <value>
|
||||
unset <option>
|
||||
bind "<keymap>" "<key>" = "<action>"
|
||||
include "<file>"
|
||||
set <option> = <value>
|
||||
set_domain <domain> <option> = <value>
|
||||
unset <option>
|
||||
bind "<keymap>" "<key>" = "<action>"
|
||||
include "<file>"
|
||||
.fi
|
||||
.RE
|
||||
.SH "DESCRIPTION"
|
||||
|
Loading…
Reference in New Issue
Block a user