EAF Map
This repository provides the EAF OpenStreetMap application for the Emacs Application Framework.
Load application
Install EAF first, then add below code in your emacs config:
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-map)
The keybinding of EAF Vue demo.
Key | Event |
---|---|
<f12> |
open_devtools |
a |
add_place |
d |
delete_place |
x |
sort_places |
o |
open_map |
s |
save_map |