Variable: tramp-mode
tramp-mode is a customizable variable defined in tramp.el.gz.
Value
t
Documentation
Whether Tramp is enabled.
If it is set to nil, all remote file names are used literally.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; Maybe we need once a real Tramp mode, with key bindings etc.
;;;###autoload
(defcustom tramp-mode t
"Whether Tramp is enabled.
If it is set to nil, all remote file names are used literally."
:type 'boolean)