diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-15 23:05:33 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-15 23:05:33 +0200 |
commit | a511d5a84dad17d465f8b5ff445bc7508e7a3b75 (patch) | |
tree | 49869d774a138625d6f99d3611ad69110fadbb57 /data | |
parent | a784216196df764e2bb790efe7a799e9cad5588b (diff) | |
download | poezio-a511d5a84dad17d465f8b5ff445bc7508e7a3b75.tar.gz poezio-a511d5a84dad17d465f8b5ff445bc7508e7a3b75.tar.bz2 poezio-a511d5a84dad17d465f8b5ff445bc7508e7a3b75.tar.xz poezio-a511d5a84dad17d465f8b5ff445bc7508e7a3b75.zip |
Document the create_gaps option
and sets the default value to false, to keep coherent with the code.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 10ed9ddb..f2e45e46 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -342,7 +342,7 @@ theme = # Whether to create gaps when moving or closing a tab # (a gap means that the number of your tabs does not depend of the previous tabs # but only of the creation order) -create_gaps = true +create_gaps = false # If true, a vertical list of tabs, with their name, is displayed on the left of # the screen. |