Commit | Line | Data |
---|---|---|
c4f795db SK |
1 | ## ELinks 0.12pre6 configuration file |
2 | ||
3 | ## This is ELinks configuration file. You can edit it manually, | |
4 | ## if you wish so; this file is edited by ELinks when you save | |
5 | ## options through UI, however only option values will be altered | |
6 | ## and missing options will be added at the end of file; if option | |
7 | ## is not written in this file, but in some file included from it, | |
8 | ## it is NOT counted as missing. Note that all your formatting, | |
9 | ## own comments and so on will be kept as-is. | |
10 | ## | |
11 | ## Obviously, if you don't like what ELinks is going to do with | |
12 | ## this file, you can change it by altering the config.saving_style | |
13 | ## option. Come on, aren't we friendly guys after all? | |
14 | ||
15 | ||
16 | ||
17 | ############################## | |
18 | # Automatically saved options | |
19 | # | |
20 | ||
21 | ## config | |
22 | # Configuration handling options. | |
23 | ||
24 | ## config.saving_style_w [0|1] | |
25 | # This is internal option used when displaying a warning about obsolete | |
26 | # config.saving_style. You shouldn't touch it. | |
27 | set config.saving_style_w = 1 | |
28 | ||
29 | ||
30 | ## terminal | |
31 | # Terminal options. | |
32 | ||
33 | ## terminal.screen-256color | |
34 | # Options specific to this terminal type (according to $TERM value). | |
35 | ||
36 | ## terminal.screen-256color.colors <num> | |
37 | set terminal.screen-256color.colors = 1 | |
38 | ||
39 | ||
40 | ## ui | |
41 | # User interface options. | |
42 | ||
43 | ## ui.language <language> | |
44 | # Language of user interface. 'System' means that the language will be | |
45 | # extracted from the environment dynamically. | |
46 | set ui.language = "System" |