Variable: embark--type
embark--type is a buffer-local variable defined in embark.el.
Documentation
Cache for the completion type, meant to be set buffer-locally.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
;;; Stashing information for actions in buffer local variables
(defvar-local embark--type nil
"Cache for the completion type, meant to be set buffer-locally.")