Variable: hbmap:dir-filename

hbmap:dir-filename is a variable defined in hbmap.el.

Value

"/root/.hyperb/HBMAP"

Documentation

Name of a file that lists all dirs to which a user has written buttons.

See also hbmap:dir-user. If you change its value, you will be unable to search for buttons created by others who use a different value!

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbmap.el
(defvar hbmap:dir-filename
  (expand-file-name  "HBMAP" hbmap:dir-user)
  "Name of a file that lists all dirs to which a user has written buttons.
See also `hbmap:dir-user'.
If you change its value, you will be unable to search for buttons created by
others who use a different value!")