emacsorphanage / fontawesome

fontawesome utility
33 stars 6 forks source link

Support for FontAwesome 5 #14

Open jcf opened 6 years ago

jcf commented 6 years ago

It looks like the latest version of FontAwesome has changed a load of their UTF codes.

The new codes are conveniently enumerated in this YAML file so the Ruby script that generates the data file could be easily modified to work with FA 5 if that's something you're interested in.

Have you thought about which versions to support and how to go about it?

gongzhitaao commented 6 years ago

@jcf I think it might be easy to upgrade. Just generate your own fontawesome-alist defined in fontawesome-data.el, the code in fontawesome.el need not be changed.

jcf commented 6 years ago

@gongzhitaao it would be easy, but this is @syohex's project and I'm not going to make a large change to it without a :+1: beforehand.

jcs090218 commented 4 years ago

@jcf If you wish, you can make a PR! Then I will review it! Thanks! :D