Variable: embark--selection
embark--selection is a buffer-local variable defined in embark.el.
Documentation
Buffer local list of selected targets.
Add or remove elements to this list using the embark-select
action.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-local embark--selection nil
"Buffer local list of selected targets.
Add or remove elements to this list using the `embark-select'
action.")