Variable: hpath:tmp-prefix

hpath:tmp-prefix is a variable defined in hpath.el.

Value

"/tmp/remote-"

Documentation

*Pathname prefix for use with external viewers.

The prefix is attached to remote files when copied locally for viewing.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:tmp-prefix "/tmp/remote-"
  "*Pathname prefix for use with external viewers.
The prefix is attached to remote files when copied locally for viewing.")