Open michaelbarrett opened 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.
(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.