Skip to content

Integrate with org-bullets-modeΒ #25

@eddsteel

Description

@eddsteel

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions