iqbalansari / emacs-emojify

Display emojis in Emacs
GNU General Public License v3.0
411 stars 40 forks source link

emojify-set-emoji-styles always warns #113

Open michaelbarrett opened 8 months ago

michaelbarrett commented 8 months ago

(use-package emojify :init (emojify-set-emoji-styles 'unicode))

This produces the following warning every time the buffer is evaluated:

‘emojify-emoji-style’ has been deprecated use ‘emojify-emoji-styles’ instead!

Even setting the variable directly produces the same warning:

(use-package emojify :init (setq emojify-emoji-styles 'unicode))

Except this time, instead of every time the init file buffer is evaluated, the warning appears only when emacs is restarted.