diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-23 16:34:07 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-23 16:34:07 +0200 |
commit | 32f8ada92deb7788a46b787ce08d97aa622140f2 (patch) | |
tree | 74128d33e6f6be64b69a3c35d1c6c60028b57b83 /data | |
parent | 12bd9b589ca3ebc6ce6c9ae269006850a30afbaa (diff) | |
download | poezio-32f8ada92deb7788a46b787ce08d97aa622140f2.tar.gz poezio-32f8ada92deb7788a46b787ce08d97aa622140f2.tar.bz2 poezio-32f8ada92deb7788a46b787ce08d97aa622140f2.tar.xz poezio-32f8ada92deb7788a46b787ce08d97aa622140f2.zip |
Put the personal words in the last words completion (M-/)
(instead of the normal completion)
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 46c9f3b2..f4c5108f 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -99,8 +99,8 @@ after_completion = , # conversation window. max_nick_length = 25 -# Words that you want to complete on normal completion, separated by a colon -# (:). +# Words that you want to complete on recent words completion, +# separated by a colon (:). # e.g. words = "anticonstitutionellement:I protest:I like bananas:" words = |