Variable: tramp-fuse-unmount-on-cleanup

tramp-fuse-unmount-on-cleanup is a customizable variable defined in tramp-fuse.el.gz.

Value

nil

Documentation

Whether fuse volumes shall be unmounted on cleanup.

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

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-fuse.el.gz
(defcustom tramp-fuse-unmount-on-cleanup nil
  "Whether fuse volumes shall be unmounted on cleanup."
  :group 'tramp
  :version "28.1"
  :type 'boolean
  :link '(info-link :tag "Tramp manual" "(tramp) FUSE setup"))