diff options
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` |