diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2c6a3a5..abe3605 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -135,7 +135,8 @@ :bind ("C-c C-f" . find-file-as-root) :config (add-to-list 'tramp-remote-path 'tramp-own-remote-path) - (setq tramp-default-method "ssh") + (setq tramp-default-method "ssh" + tramp-show-ad-hoc-proxies t) (defun find-file-as-root () (interactive) (find-alternate-file (concat "/sudo::" (buffer-file-name)))))