Variable: embark-function-map
embark-function-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
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
d embark-find-definition
d xref-find-definitions
e pp-eval-expression
h describe-symbol
h display-local-help
i embark-insert
k debug-on-entry
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
Documentation
Keymap for Embark function actions.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-function-map
:doc "Keymap for Embark function actions."
:parent embark-symbol-map
"m" #'elp-instrument-function ;; m=measure
"M" 'elp-restore-function ;; quoted, not autoloaded
"k" #'debug-on-entry ;; breaKpoint (running out of letters, really)
"K" #'cancel-debug-on-entry
"t" #'trace-function
"T" 'untrace-function) ;; quoted, not autoloaded