Open SamHasler opened 8 months ago
Is it possible to configure emojify to download the OpenMoji releases directly, i.e. download a .tar.gz from the assets listed here: https://github.com/hfg-gmuend/openmoji/releases
.tar.gz
rather than a .tar from the files in this repo: https://github.com/iqbalansari/emacs-emojify/tree/images
.tar
I can see the above files listed in the data/emoji-sets.json file, which I could presumably edit, but I assume it wouldn't know what to do with a .tar.gz file as it's expecting a .tar.
data/emoji-sets.json
Is it possible to configure emojify to download the OpenMoji releases directly, i.e. download a
.tar.gz
from the assets listed here: https://github.com/hfg-gmuend/openmoji/releasesrather than a
.tar
from the files in this repo: https://github.com/iqbalansari/emacs-emojify/tree/imagesI can see the above files listed in the
data/emoji-sets.json
file, which I could presumably edit, but I assume it wouldn't know what to do with a.tar.gz
file as it's expecting a.tar
.