Start to play wit `osm' (Open Street Map)
This commit is contained in:
parent
5af9f6c9d7
commit
d73b75e076
12
README.org
12
README.org
@ -286,6 +286,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
|
|||||||
(hyperbole . "gnu-devel")
|
(hyperbole . "gnu-devel")
|
||||||
(marginalia . "gnu-devel")
|
(marginalia . "gnu-devel")
|
||||||
(org . "gnu-devel")
|
(org . "gnu-devel")
|
||||||
|
(osm . "gnu-devel")
|
||||||
(parsebib . "melpa-stable")
|
(parsebib . "melpa-stable")
|
||||||
(queue . "gnu")
|
(queue . "gnu")
|
||||||
(rainbow-mode . "gnu")
|
(rainbow-mode . "gnu")
|
||||||
@ -6165,6 +6166,17 @@ files.
|
|||||||
application/pdf; emacsclient %s
|
application/pdf; emacsclient %s
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
*** [[https://github.com/minad/osm#readme][Open Street Map viewer for Emacs]]
|
||||||
|
:PROPERTIES:
|
||||||
|
:CUSTOM_ID: sec:open-street-map
|
||||||
|
:END:
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp -n :silent nil
|
||||||
|
(when (ensure-package-installation 'osm)
|
||||||
|
(with-eval-after-load 'org
|
||||||
|
(require 'osm-ol)))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** [[https://github.com/pashky/restclient.el#readme][Restclient]]
|
*** [[https://github.com/pashky/restclient.el#readme][Restclient]]
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: sec:restclient
|
:CUSTOM_ID: sec:restclient
|
||||||
|
Loading…
Reference in New Issue
Block a user