diff options
author | mathieui <mathieui@mathieui.net> | 2016-06-05 13:50:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-06-05 13:50:54 +0200 |
commit | acf22faecf732118c2bb63ccd7ba05594348e3ee (patch) | |
tree | e2d610e7f7743a9571bb1abd73010afe0c06b504 /data/default_config.cfg | |
parent | 0a2238def5c01f56ce5fb9b451071ab9f8121c88 (diff) | |
download | poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.tar.gz poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.tar.bz2 poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.tar.xz poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.zip |
Set "show_useless_separator" to true by default
For consistency
Diffstat (limited to 'data/default_config.cfg')
-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 e463b7b4..ac3a72f2 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -503,7 +503,7 @@ max_lines_in_memory = 2048 # Show the separator at the bottom of the text buffer, even if no one # spoke -show_useless_separator = false +show_useless_separator = true # Set this to true if you want the commands to be executed remotely # (with ssh & the daemon), see the documentation of the /link plugin |