Update author and maintainer package attributes
Update URL header
Revert parsing of KAOMOJIS during compilation
insert-kaomoji.el
This packages collects and categorises eastern emoticons, called "kaomojis", as to make it easy to insert them into text within Emacs.
All the kaomojis are stored in a secondary file, which should be placed
in the same directory as insert-kaomoji.el
. The file format itself is
described below.
Using MELPA and setup, a minimal setup might look something like this:
(setup insert-kaomoji
(:global "C-x 8 k" insert-kaomoji))
KAOMOJIS
formatThe KAOMOJIS
file has to use a slightly peculiar format, since usual
delimiters such as newlines, tabs, commas, etc. all can appear in a
emoticon. For that reason, the format instead uses special ASCII
control characters, code 29 to 31.
These designate:
Bug reports and patches should be sent to my public inbox.
bang.el
is distributed under the CC0 1.0 Universal (CC0 1.0) Public
Domain Dedication license.