global-emojify-mode-line-mode and nyan-mode
sheikki opened this issue · 3 comments
sheikki commented
I'm using global-emojify-mode-line-mode and nyan-mode. Whenever I scroll the buffer down enough, a winking face emoji appears out of nowhere
It disappears if I scroll the buffer up
Any idea what is going on?
From my .emacs
(use-package emojify
:ensure t
:init
(global-emojify-mode)
:config
(setq emojify-emoji-set "twemoji-v12")
(progn
(add-hook 'after-init-hook 'global-emojify-mode-line-mode)))
This is Emacs 26.2. The same issue was present also in 26.1
iqbalansari commented
Hi @sheikki, thanks for the bug report, this was bug in emojify
I have pushed a fix on master. Could you please try it once MELPA builds the latest version
sheikki commented
Yeah, sorry for the late confirmation. All is fine now, thanks :)
iqbalansari commented
No problem, thanks for the confirmation!