Variable: hyperbole-web-search-browser-function

hyperbole-web-search-browser-function is a customizable variable defined in hsettings.el.

Value

browse-url-default-browser

Documentation

Function of one url argument called by any Hyperbole Find/Web search.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsettings.el
(defcustom hyperbole-web-search-browser-function browse-url-browser-function
  "Function of one url argument called by any Hyperbole Find/Web search."
  :type 'function
  :group 'hyperbole-commands)