Variable: embark-vc-file-map
embark-vc-file-map is a variable defined in embark.el.
Value
d vc-delete-file
i vc-ignore
r vc-rename-file
Documentation
Keymap for Embark VC file actions.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-vc-file-map
:doc "Keymap for Embark VC file actions."
"d" #'vc-delete-file
"r" #'vc-rename-file
"i" #'vc-ignore)