Remove the docker-tramp package

It is deprecated in favour of the builting tramp-container.
This commit is contained in:
Gergely Polonkai 2023-09-21 13:00:22 +02:00
parent 4adf6f702d
commit 16e31aec48
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 6 deletions

View File

@ -2700,12 +2700,6 @@ accompanying function will be added to ~mu4e-view-mode-hook~.
("C-c o" . ciel-co)))
#+END_SRC
** Access files in Docker containers using TRAMP
#+BEGIN_SRC emacs-lisp
(use-package docker-tramp)
#+END_SRC
** Transient for creating beautiful command menus
#+BEGIN_SRC emacs-lisp