-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
(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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels