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
;;;###autoload
(defcustom 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."
  :type 'boolean)