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")
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user