From: Samir Benmendil Date: Wed, 16 May 2018 08:57:05 +0000 (+0100) Subject: weechat: add slack emoji completion X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/490ad9770e909e3ff1517197d1b199a7c0321f60 weechat: add slack emoji completion I hope that this doesn't break if they are not installed. --- diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 55a472c..673155a 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -207,7 +207,7 @@ status_time = default [completion] base_word_until_cursor = on command_inline = off -default_template = "%(nicks)|%(irc_channels)" +default_template = "%(nicks)|%(irc_channels)|%(emoji)" nick_add_space = on nick_case_sensitive = off nick_completer = ":" diff --git a/weechat/weemoji.json b/weechat/weemoji.json new file mode 120000 index 0000000..3a6110a --- /dev/null +++ b/weechat/weemoji.json @@ -0,0 +1 @@ +python/wee-slack/weemoji.json \ No newline at end of file