Variable: sesman-links-alist
sesman-links-alist is a variable defined in sesman.el.
Value
nil
Documentation
An alist of all sesman links.
Each element is of the form (key cxt-type cxt-value) where
"key" is of the form (system-name . session-name). system-name
and cxt-type must be symbols.
Source Code
;; Defined in ~/.emacs.d/elpa/sesman-20240417.1723/sesman.el
(defvar sesman-links-alist nil
"An alist of all sesman links.
Each element is of the form (key cxt-type cxt-value) where
\"key\" is of the form (system-name . session-name). system-name
and cxt-type must be symbols.")