From 9250acdc48ae4924d9b488ccbf5cf61fdadae67a Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sat, 16 Sep 2017 22:31:25 +0200 Subject: Add documentation for emoji completions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ----------------- -- cgit