aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2017-09-16 22:31:25 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2017-09-17 01:37:26 +0200
commit9250acdc48ae4924d9b488ccbf5cf61fdadae67a (patch)
tree2b7305d53c087b46013dffb76326708e3d4a924c
parent4f6e039ad420cc2e8a7846ee97a939e59d37bde2 (diff)
downloadwee-slack-9250acdc48ae4924d9b488ccbf5cf61fdadae67a.tar.gz
Add documentation for emoji completions
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0ab5ce5..2afae68 100644
--- a/README.md
+++ b/README.md
@@ -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
-----------------