dunn / company-emoji

MOVED to codeberg
https://codeberg.org/egirl/company-emoji
82 stars 7 forks source link

emacs-emojify integration #5

Closed manuel-uberti closed 8 years ago

manuel-uberti commented 8 years ago

Hi,

thanks for this great package. This is a question, not an issue per se. I was wondering if company-emoji could work with emacs-emojify.

This would be useful for Linux users who want colored emojis.

dunn commented 8 years ago

emacs-emojify converts :shortcodes: on the fly to PNGs, is that right?

In that case what might work is setting the custom variable company-emoji-insert-unicode to nil so company-emoji doesn't replace the shortcodes with Unicode emoji.

manuel-uberti commented 8 years ago

Yes, it works! Thank you very much.