Function: actypes::hyp-config

actypes::hyp-config is a byte-compiled function defined in hactypes.el.

Signature

(actypes::hyp-config &optional OUT-BUF)

Documentation

Insert Hyperbole configuration information at the end of the current buffer.

Insert in optional OUT-BUF if specified.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hactypes.el
(defact hyp-config (&optional out-buf)
  "Insert Hyperbole configuration information at the end of the current buffer.
Insert in optional OUT-BUF if specified."
  (hypb:configuration out-buf))