-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
I use emoji for my org bullets, using org-bullets to customise them. When I look at the config with global emojify mode on I see that the emoji are correctly appearing. My config is:
(setq org-bullets-bullet-list '("π£" "πΈ" "π³" "π»" "β" "β" "βΈ" "βΏ"))
When I look at an org-mode file I see the bullets appearing as boxes, i.e. emojify is not changing the characters to images. I assume this is caused by something about the way that org-bullets-mode works. It looks like it uses compose-region from composite.el. Is this the same thing as the composition property you mentioned in #16? I tried updating to latest in MELPA and setting (emojify-set-emoji-style '(prettify-symbol ascii unicode github)) but it didn't help.
Let me know if you have any ideas! Thanks for this great project!
Reactions are currently unavailable