Variable: hyperb:dir

hyperb:dir is a variable defined in hload-path.el.

Value

"/root/.emacs.d/elpa/hyperbole-20260414.325/"

Documentation

Absolute directory where the Hyperbole executable code is kept.

Absolute path should be fully expanded. Valid values end with a directory separator character.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hload-path.el
;;; ************************************************************************
;;; Hyperbole Directory Setting (dynamically computed)
;;; ************************************************************************

(defvar hyperb:dir (or (file-name-directory
			(or (and (stringp load-file-name) load-file-name)
			    (locate-file "hmouse-tag.el" load-path)
			    ""))
		       (error
			"(Hyperbole): Failed to set hyperb:dir.  Try setting it manually"))
  "Absolute directory where the Hyperbole executable code is kept.
Absolute path should be fully expanded.  Valid values end with a
directory separator character.")