Variable: hpath:display-where

hpath:display-where is a variable defined in hpath.el.

Value

other-window

Documentation

Symbol specifying the default method to use to display Hyperbole link referents.

See documentation of hpath:display-where-alist for valid values.

See Info node (elisp)Choosing Window Options for where Emacs displays buffers.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:display-where 'other-window
  "Symbol specifying the default method to use to display Hyperbole link referents.
See documentation of `hpath:display-where-alist' for valid values.

See Info node `(elisp)Choosing Window Options' for where Emacs displays buffers.")