diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index a2c62206..af1ee6ab 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -85,10 +85,14 @@ use_bookmarks_method = use_remote_bookmarks = true -# what will be put after the name, when using autocompletion -# a SPACE will always be added after that +# What will be put after the name, when using autocompletion at the +# beginning of the input. A space will always be added after that after_completion = , +# Whether or not to add a space after a completion in the middle of the +# input (not at the start of it) +add_space_after_completion = true + # The maximum length of the nickname that will be displayed in the # conversation window. max_nick_length = 25 |