emacs/var/backup/!home!chris!.emacs.d!straight!build!docker-tramp!docker-tramp-autoloads.el~
2022-01-03 12:49:32 -06:00

44 lines
1.3 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; docker-tramp-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "docker-tramp" "docker-tramp.el" (0 0 0 0))
;;; Generated autoloads from docker-tramp.el
(defvar docker-tramp-docker-options nil "\
List of docker options.")
(custom-autoload 'docker-tramp-docker-options "docker-tramp" t)
(defconst docker-tramp-completion-function-alist '((docker-tramp--parse-running-containers "")) "\
Default list of (FUNCTION FILE) pairs to be examined for docker method.")
(defconst docker-tramp-method "docker" "\
Method to connect docker containers.")
(autoload 'docker-tramp-cleanup "docker-tramp" "\
Cleanup TRAMP cache for docker method." t nil)
(autoload 'docker-tramp-add-method "docker-tramp" "\
Add docker tramp method." nil nil)
(eval-after-load 'tramp '(progn (docker-tramp-add-method) (tramp-set-completion-function docker-tramp-method docker-tramp-completion-function-alist)))
(register-definition-prefixes "docker-tramp" '("docker-tramp-"))
;;;***
;;;### (autoloads nil nil ("docker-tramp-compat.el") (0 0 0 0))
;;;***
(provide 'docker-tramp-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; docker-tramp-autoloads.el ends here