diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-23 16:23:26 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-23 16:25:53 +0200 |
commit | 12bd9b589ca3ebc6ce6c9ae269006850a30afbaa (patch) | |
tree | d391653b985d6ccc4f4bf2c12d8b54ed4069f697 /data/default_config.cfg | |
parent | e1c7f63a3a186f802b91101513a839bb2b864c61 (diff) | |
download | poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.tar.gz poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.tar.bz2 poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.tar.xz poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.zip |
Add personal words completion - Fixes #1723
This commits adds a “words” variable to the configuration file. This
variable must contain a list of words, separated by colons (:).
Those words will then be completed upon tab completion in the chatrooms,
private conversations, and direct conversations.
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index f109e394..46c9f3b2 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -99,6 +99,11 @@ after_completion = , # conversation window. max_nick_length = 25 +# Words that you want to complete on normal completion, separated by a colon +# (:). +# e.g. words = "anticonstitutionellement:I protest:I like bananas:" +words = + # a list of words (separated by a colon (:)) that will be # highlighted if said by someone on a room highlight_on = |