config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

osm-autoloads.el (2108B)


      1 ;;; osm-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from osm.el
     13 
     14  (autoload 'osm-prefix-map "osm" nil t 'keymap)
     15 (autoload 'osm-home "osm" "\
     16 Go to home coordinates." t)
     17 (autoload 'osm-goto "osm" "\
     18 Go to LAT/LON/ZOOM.
     19 
     20 (fn LAT LON ZOOM)" t)
     21 (autoload 'osm "osm" "\
     22 Go to LINK.
     23 When called interactively, call the function `osm-home'.
     24 
     25 (fn &rest LINK)" t)
     26 (autoload 'osm-bookmark-jump "osm" "\
     27 Jump to osm bookmark BM.
     28 
     29 (fn BM)" t)
     30 (autoload 'osm-bookmark-delete "osm" "\
     31 Delete osm bookmark BM.
     32 
     33 (fn BM)" t)
     34 (autoload 'osm-bookmark-rename "osm" "\
     35 Rename osm bookmark OLD-NAME.
     36 
     37 (fn OLD-NAME)" t)
     38 (autoload 'osm-jump "osm" "\
     39 Jump to named pin." t)
     40 (autoload 'osm-search "osm" "\
     41 Globally search for NEEDLE on `osm-search-server' and display the map.
     42 If the prefix argument LUCKY is non-nil take the first result and jump there.
     43 See `osm-search-server' and `osm-search-language' for customization.
     44 
     45 (fn NEEDLE &optional LUCKY)" t)
     46 (autoload 'osm-gpx-show "osm" "\
     47 Show the tracks of gpx FILE in an `osm-mode' buffer.
     48 
     49 (fn FILE)" t)
     50 (autoload 'osm-server "osm" "\
     51 Select tile SERVER.
     52 
     53 (fn SERVER)" t)
     54 (when (>= emacs-major-version 28) (add-to-list 'browse-url-default-handlers '("\\`geo:" . osm)))
     55 (eval-after-load 'ol (lambda nil (declare-function org-link-set-parameters "ol") (declare-function osm--org-link-props "ext:osm") (org-link-set-parameters "geo" :follow (lambda (link _) (osm (concat "geo:" link))) :store (lambda nil (when (eq major-mode 'osm-mode) (apply 'org-link-store-props (osm--org-link-props)))))))
     56 (register-definition-prefixes "osm" '("osm-"))
     57 
     58 ;;; End of scraped data
     59 
     60 (provide 'osm-autoloads)
     61 
     62 ;; Local Variables:
     63 ;; version-control: never
     64 ;; no-byte-compile: t
     65 ;; no-update-autoloads: t
     66 ;; no-native-compile: t
     67 ;; coding: utf-8-emacs-unix
     68 ;; End:
     69 
     70 ;;; osm-autoloads.el ends here