Variable: hrule:action

hrule:action is a variable defined in hact.el.

Value

actype:act

Documentation

Value is a function of any number of arguments that executes actions.

Variable is used to vary actual effect of evaluating a Hyperbole action, e.g. to inhibit actions.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hrule:action 'actype:act
  "Value is a function of any number of arguments that executes actions.
Variable is used to vary actual effect of evaluating a Hyperbole action,
e.g. to inhibit actions.")