diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-12 22:24:48 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-12 22:25:27 +0300 |
commit | 564bb12e16997964fc2d92a6b5a15937894115fa (patch) | |
tree | a47cbd57e0b490516c478a478f359ad1435af950 /docs | |
parent | 6f41baba87ba0b8b5405593eee27b1dfc40718a5 (diff) |
Add some examples to autoexec sample
Diffstat (limited to 'docs')
-rw-r--r-- | docs/autoexec_sample.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/autoexec_sample.ini b/docs/autoexec_sample.ini index af16a55e7d..91da82f57b 100644 --- a/docs/autoexec_sample.ini +++ b/docs/autoexec_sample.ini @@ -97,3 +97,13 @@ Font0Col=d0xffff00 ;obvious the settings where this is the case, the typical example being ;the whole CListGroups module. Luckily you don't want to change any of the ;settings where this is a problem. + +;--Module and setting deletion-- + +;This module will be completely removed with all the settings it contains. +;Starting from 0.95.12 you can also use "-" instead of "?". +[?YAPP] + +;Only this particular setting will be removed +[Tipper] +Border=- |