diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-23 10:42:08 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-23 10:42:08 +0100 |
| commit | 9595c6363d5ebfe9821db6b2f0c7527c6356c480 (patch) | |
| tree | 297dfad196f1f436e0f5ce9599f6777dbd6c5cdc | |
| parent | 4641a87ced10372023d997e128c5f130cd9f6139 (diff) | |
Update README
| -rw-r--r-- | README.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -69,10 +69,12 @@ tile server configurations, e.g., Google Maps for satellite and aerial maps. ) #+end_src -* Bookmarks, Org links, Geo URLs and Elisp links +* Bookmarks, Org links, Geo URLs, Google Maps and Elisp links -There exist multiple methods to store a location, such that you can return there -afterwards. +Osm.el registers itself as handler for map URLs (Geo URLs and Google Maps) via +the ~browse-url-default-handlers~ list. This way you can open these links directly +in Emacs. Furthermore there exist multiple methods to store a location as a +link. - ~b~: Create a bookmark of the current location. The bookmark is stored as an Emacs bookmark in =bookmark-alist=. You can jump to the bookmark via the |
