Variable: tramp-show-ad-hoc-proxies

tramp-show-ad-hoc-proxies is a customizable variable defined in tramp.el.gz.

Value

nil

Documentation

Whether to show ad-hoc proxies in file names.

This variable was added, or its default value changed, in Emacs 29.2.

Probably introduced at or before Emacs version 29.2.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-show-ad-hoc-proxies nil
  "Whether to show ad-hoc proxies in file names."
  :version "29.2"
  :type 'boolean
  :link '(info-link :tag "Tramp manual" "(tramp) Ad-hoc multi-hops"))