Start to play wit `osm' (Open Street Map)

This commit is contained in:
Gerard Vermeulen 2023-03-19 20:40:21 +01:00
parent 5af9f6c9d7
commit d73b75e076

View File

@ -286,6 +286,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
(hyperbole . "gnu-devel")
(marginalia . "gnu-devel")
(org . "gnu-devel")
(osm . "gnu-devel")
(parsebib . "melpa-stable")
(queue . "gnu")
(rainbow-mode . "gnu")
@ -6165,6 +6166,17 @@ files.
application/pdf; emacsclient %s
#+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]]
:PROPERTIES:
:CUSTOM_ID: sec:restclient