Variable: symtable:category-plist

symtable:category-plist is a variable defined in hact.el.

Value

(actypes
 (name "actypes" hash-table #s(hash-table size 97 test equal rehash-size 1.5 rehash-threshold 0.8125 data
					  ("actypes::yt-info" actypes::yt-info "yt-info" actypes::yt-info "actypes::yt-play" actypes::yt-play "yt-play" actypes::yt-play "actypes::yt-search" actypes::yt-search "yt-search" actypes::yt-search "actypes::yt-url" actypes::yt-url "yt-url" actypes::yt-url)))
 ibtypes
 (name "ibtypes" hash-table #s(hash-table size 97 test equal rehash-size 1.5 rehash-threshold 0.8125 data
					  ())))

Documentation

Property list mapping Hyperbole type category symbols to symtables.

The type categories are either actypes or ibtypes.

Source Code

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

;;; ========================================================================
;;; symtable class - Hyperbole unordered symbol tables with fast lookup
;;; ========================================================================

(defvar symtable:category-plist nil
  "Property list mapping Hyperbole type category symbols to symtables.
The type categories are either `actypes' or `ibtypes'.")