diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·33-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·45-0500 |
commit | 481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch) | |
tree | 3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el | |
parent | 18b9930b8604134f087ca61fe94740b31f94327c (diff) |
Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el deleted file mode 100644 index b49428011a43..000000000000 --- a/configs/shared/emacs/.emacs.d/elpa/docker-tramp-20170207.325/docker-tramp-autoloads.el +++ /dev/null @@ -1,45 +0,0 @@ -;;; 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" (23450 31917 -;;;;;; 714759 839000)) -;;; 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") -;;;;;; (23450 31917 712416 511000)) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; End: -;;; docker-tramp-autoloads.el ends here |