tvl-depot/configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170206.1925/docker-tramp-autoloads.el
William Carroll 17ee0e400b Support Vim, Tmux, Emacs with Stow
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -04:00

45 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
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "docker-tramp" "docker-tramp.el" (23377 61612
;;;;;; 469221 507000))
;;; 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.
\(fn)" t nil)
(autoload 'docker-tramp-add-method "docker-tramp" "\
Add docker tramp method.
\(fn)" nil nil)
(eval-after-load 'tramp '(progn (docker-tramp-add-method) (tramp-set-completion-function docker-tramp-method docker-tramp-completion-function-alist)))
;;;***
;;;### (autoloads nil nil ("docker-tramp-compat.el" "docker-tramp-pkg.el")
;;;;;; (23377 61612 467434 581000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; docker-tramp-autoloads.el ends here