Skip to content

emojify-set-emoji-styles always warns #113

Open
@michaelbarrett

Description

@michaelbarrett

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions