google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Add link to emacs lisp implementation? #397

Closed ookisan closed 4 years ago

ookisan commented 4 years ago

There is an emacs lisp implementation at https://gitlab.liu.se/davby02/olc

Perhaps a link could be added, like there is one for common lisp? I've submitted a pull request to have it included in melpa (emacs lisp package repository), but until that is merged, if you want to use it, downloading from gitlab.liu.se and (optionally) compiling it is the only way to go.

ookisan commented 4 years ago

Now also available in MELPA (which pulls the code from gitlab.liu.se).

zongweil commented 4 years ago

Done - thanks for letting us know @ookisan!