emacs-pe / docker-tramp.el

TRAMP integration for docker containers
340 stars 25 forks source link

Customization of docker-tramp-docker-executable updates tramp-methods #34

Open calancha opened 2 years ago

calancha commented 2 years ago

At creation, docker-tramp-method uses the value of docker-tramp-docker-executable; after a customization of the later, the former still refers to the old executable.

Instead, ensure a customization of the executable also updates the tramp method.