diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-02-01 15:19:29 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-02-01 15:30:32 +0100 |
commit | f3f416edc18c38b39257bf1f87848df1294f4b3f (patch) | |
tree | 48676e1e3653dd8a094fa32812f2c1a4ee33b996 /docs/Options.md | |
parent | 4f9863d992e549ceff38c26d08e435f14bbfc597 (diff) | |
download | wee-slack-f3f416edc18c38b39257bf1f87848df1294f4b3f.tar.gz |
Render emojis as emoji characters
Fixes #465
Diffstat (limited to 'docs/Options.md')
-rw-r--r-- | docs/Options.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Options.md b/docs/Options.md index 0328e0b..9f2fccc 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -136,6 +136,12 @@ slack` after changing it to take effect. **Description:** When receiving bold text from Slack, render it as this in weechat. +### render_emoji_as_string + +**Default:** `false` + +**Description:** Render emojis as :emoji_name: instead of emoji characters. Enable this if your terminal doesn't support emojis. Note that even though this is disabled by default, you need to place https://github.com/wee-slack/wee-slack/blob/master/weemoji.json in your weechat directory to enable rendering emojis as emoji characters. + ### render_italic_as **Default:** `italic` |