Variable: embark-command-map
embark-command-map is a variable defined in embark.el.
Value
Large value
$ ispell-word
' expand-abbrev
- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
A embark-act-all
B embark-become
C-SPC mark
C-r embark-isearch-backward
C-s embark-isearch-forward
DEL delete-region
E embark-export
H embark-toggle-highlight
I Info-goto-emacs-command-node
K cancel-debug-on-entry
L embark-live
M elp-restore-function
RET embark-find-definition
RET xref-find-definitions
S embark-collect
SPC embark-select
T untrace-function
\ embark-history-remove
a apropos
a xref-find-apropos
b where-is
d embark-find-definition
d xref-find-definitions
e pp-eval-expression
g global-set-key
h describe-symbol
h display-local-help
i embark-insert
k debug-on-entry
l local-set-key
m elp-instrument-function
n embark-next-symbol
o occur
p embark-previous-symbol
q embark-toggle-quit
r xref-find-references
s embark-info-lookup-symbol
s info-lookup-symbol
t trace-function
w embark-copy-as-kill
x execute-extended-command
Documentation
Keymap for Embark command actions.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
"T" 'untrace-function) ;; quoted, not autoloaded
(defvar-keymap embark-command-map
:doc "Keymap for Embark command actions."
:parent embark-function-map
"x" #'execute-extended-command
"I" #'Info-goto-emacs-command-node
"b" #'where-is
"g" #'global-set-key
"l" #'local-set-key)