From 564bb12e16997964fc2d92a6b5a15937894115fa Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 12 Apr 2020 22:24:48 +0300 Subject: Add some examples to autoexec sample --- docs/autoexec_sample.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') 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=- -- cgit v1.2.3