Function: hywconfig-named-get-names
hywconfig-named-get-names is a byte-compiled function defined in
hywconfig.el.
Signature
(hywconfig-named-get-names)
Documentation
Return the selected frame's list of window configuration names.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywconfig.el
(defun hywconfig-named-get-names ()
"Return the selected frame's list of window configuration names."
(hypb:map-plist (lambda (name _wconfig) name) (hywconfig-named-get-entries)))