Variable: tramp-mode
tramp-mode is a 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. Don't
set it manually, use inhibit-remote-files or without-remote-files
instead.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;;###autoload
(defvar tramp-mode (fboundp 'make-process) ; Disable on MS-DOS.
"Whether Tramp is enabled.
If it is set to nil, all remote file names are used literally. Don't
set it manually, use `inhibit-remote-files' or `without-remote-files'
instead.")