Closed
Description
@phil-s posted this in the room, which seems to be a very clever solution:
(defun my-ement-room-send-common-reaction (key position)
"Send a reaction."
(interactive
(list (minibuffer-with-setup-hook #'emoji-insert
(read-string "Reaction: "))
(point)))
(ement-room-send-reaction key position))
The (r)ecent sub-menu seems to cater for the "commonly used" case nicely enough (although I've not yet checked whether/how that is persisted between sessions).
Using emoji-search there also works, provided that enable-recursive-minibuffers is enabled.