Skip to content

Instantly share code, notes, and snippets.

@kai2nenobu
Last active December 18, 2017 11:15
Show Gist options
  • Select an option

  • Save kai2nenobu/0d643bf823508f46573156619e2e5e05 to your computer and use it in GitHub Desktop.

Select an option

Save kai2nenobu/0d643bf823508f46573156619e2e5e05 to your computer and use it in GitHub Desktop.
docker-tramp.el 設定ファイル
(set-language-environment "Japanese")
(prefer-coding-system 'utf-8)
;(setq url-proxy-services '(("http" . "localhost:8888") ("https" . "localhost:8888")))
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
(package-refresh-contents)
(package-install 'docker-tramp)
(require 'docker-tramp-compat)
(set-variable 'docker-tramp-use-names t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment