summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-03-01 16:55:27 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-03-01 16:56:53 +0100
commit046e5bdc0757e42b5c26b43ee56913a3d034bafa (patch)
treeab166ccb74d0b8b255506eeb9a179fe7fa97b734
parent4e42db69330d59220c6deba4e9e0d24c2a5d0d22 (diff)
Add back comment removed in commit 4e42db69330d59220c6deba4e9e0d24c2a5d0d22
-rw-r--r--osm.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/osm.el b/osm.el
index 2046930..de88142 100644
--- a/osm.el
+++ b/osm.el
@@ -270,6 +270,7 @@ Should be at least 7 days according to the server usage policies."
;;;###autoload (autoload 'osm-prefix-map "osm" nil t 'keymap)
(defalias 'osm-prefix-map osm-prefix-map)
+;; TODO add support for touchscreen-pinch for zooming.
(defvar-keymap osm-mode-map
:doc "Keymap used by `osm-mode'."
:parent (make-composed-keymap osm-prefix-map special-mode-map)