Function: hypb:browse-home-page

hypb:browse-home-page is an interactive and byte-compiled function defined in hypb.el.

Signature

(hypb:browse-home-page)

Documentation

Visit the web home page for Hyperbole.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
(defun hypb:browse-home-page ()
  "Visit the web home page for Hyperbole."
  (interactive)
  (require 'hsys-www)
  (hact 'www-url hypb:home-page))