emacs-emojify
emacs-emojify copied to clipboard
Apropos Emoji Buffer: Separate Bindings for Copying as Unicode and GitHub
trafficstars
Hi,
First off thanks for this great package.
When in an Apropos Emoji buffer there are (usually) duplicate copies of each emoji: 1 for GitHub and 1 for the actual character. One can also press c or w to copy the emoji at point.
Why not show the emojis once, and let the binding dictate what to copy? If one presses c copy char, if w copy as GitHub?
Hi @sshaw,
That is a good idea, I will try implementing this the next time I work on this package
Thanks