Skip to content

Commit

Permalink
Add docker-tramp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiacannondale committed Aug 27, 2021
1 parent 9baf4a0 commit cd3a5f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conf/80_docker-tramp.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
;;; 80_docker-tramp --- docker-tramp setting file

;;; Commentary:

;;; Code:

(require 'docker-tramp)
(set-variable 'docker-tramp-use-name t)
(add-hook 'kill-emacs-hook 'tramp-recentf-cleanup-all)

(provide '80_docker-tramp)
;;; 80_docker-tramp.el ends here
1 change: 1 addition & 0 deletions conf/el-get.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
prettier-js
ddskk
rainbow-mode
docker-tramp
)
(mapcar 'el-get-source-name el-get-sources)))

Expand Down

0 comments on commit cd3a5f4

Please sign in to comment.