summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-02 14:42:22 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-02 14:42:22 +0100
commit5fdbad233924e5f40ae12dfd01c778c53c781fa6 (patch)
treead9e34c71f65a19e86b7b0b2578f7605ee2fc2d5
parentd675da85e298a1e49e0f584ae8d440a392a1ff76 (diff)
Formatting
-rw-r--r--osm.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/osm.el b/osm.el
index 4362caa..e0e9df5 100644
--- a/osm.el
+++ b/osm.el
@@ -78,11 +78,11 @@ The server must offer the nominatim.org API."
:type 'string)
(defcustom osm-server-defaults
- '(:min-zoom 2
- :max-zoom 19
- :download-batch 4
- :max-connections 2
- :subdomains ("a" "b" "c"))
+ '( :min-zoom 2
+ :max-zoom 19
+ :download-batch 4
+ :max-connections 2
+ :subdomains ("a" "b" "c"))
"Default server properties.
See also `osm-server-list'."
:type 'plist)