branch: externals/osm
commit 52347efee84559112a254edfc032e9b23d8d0aa9
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Move defcustoms
---
osm.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/osm.el b/osm.el
index 8902f3af6e..2c852c8077 100644
--- a/osm.el
+++ b/osm.el
@@ -213,12 +213,6 @@ apikey. The apikey will be retrieved via
`auth-source-search' with the
"Scroll step in pixel."
:type 'natnum)
-(defcustom osm-tile-border nil
- "Set to t to display thin tile borders.
-For debugging set the value to `debug', such that a border is
-shown around SVG tiles."
- :type '(choice boolean (const debug)))
-
(defcustom osm-small-step 16
"Scroll step in pixel."
:type 'natnum)
@@ -227,6 +221,12 @@ shown around SVG tiles."
"Tile server name."
:type 'symbol)
+(defcustom osm-tile-border nil
+ "Set to t to display thin tile borders.
+For debugging set the value to `debug', such that a border is
+shown around SVG tiles."
+ :type '(choice boolean (const debug)))
+
(defcustom osm-tile-directory
(expand-file-name (file-name-concat
(or (getenv "XDG_CACHE_HOME") "~/.cache/")