summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.org b/README.org
index d6c33e5..94226ca 100644
--- a/README.org
+++ b/README.org
@@ -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