diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-24 10:47:13 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-24 10:47:13 +0100 |
| commit | 5ff558bb53c1293441223d032f00a1b38025961b (patch) | |
| tree | 6d44c73e721b3aa28d425b0e07ef8350e09c996e /README.org | |
| parent | aaa458da26e5bec86240e7d8c51dc5a819ee20b9 (diff) | |
Update README
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -55,8 +55,10 @@ tile server configurations, e.g., Google Maps for satellite and aerial maps. :custom ;; Take a look at the customization group `osm' for more options. - (osm-server 'default) ;; Configure the tile server - (osm-copyright t) ;; Display the copyright information + (osm-default-server 'default) ;; Configure the tile server + (osm-default-zoom 15) ;; Default zoom level + (osm-copyright t) ;; Display the copyright information + (osm-home (list 0 0 3)) ;; Home, configure `calendar-latitude/longitude' instead :config |
