0

I try to use emoticons with emojify but cannot succeed. I try this

(use-package emojify
  :straight t
  :init
  (global-emojify-mode))
(setq emojify-display-type 'image)
(setq emojify-emoji-style 'unicode)
(setq emojify-prog-contexts 'both)

When typing in a comment line

:drool: or :smile: or :-D

No picture are displayed. Even in a text buffer.

Emojify-mode is enabled. What do I need more ?

Use Linux and Emacs 27.1.

Drew
  • 75,699
  • 9
  • 109
  • 225
  • 1
    I installed from MELPA, opened a buffer, added `:smile:` to it, did `M-x emojify-mode` which said that it could not find the emojis and should it download them - I said `yes` and the emoticon appeared in the buffer. I don't know what (if anything) is wrong with what you are doing, but maybe simplifying the process and cutting out the various middlemen might clarify where it is going wrong. – NickD Jan 24 '23 at 16:56

0 Answers0