diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2017-09-16 22:31:25 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2017-09-17 01:37:26 +0200 |
commit | 9250acdc48ae4924d9b488ccbf5cf61fdadae67a (patch) | |
tree | 2b7305d53c087b46013dffb76326708e3d4a924c /README.md | |
parent | 4f6e039ad420cc2e8a7846ee97a939e59d37bde2 (diff) | |
download | wee-slack-9250acdc48ae4924d9b488ccbf5cf61fdadae67a.tar.gz |
Add documentation for emoji completions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -226,6 +226,14 @@ Example: /slack status :ghost: Boo! ``` +#### Emoji tab completions + +To enable tab completion of emojis, copy or symlink the `weemoji.json` file to your weechat config directory (e.g. `~/.weechat`). Then append `|%(emoji)` to the `weechat.completion.default_template` config option, e.g. like this: + +``` +/set weechat.completion.default_template "%(nicks)|%(irc_channels)|%(emoji)" +``` + Optional settings ----------------- |