fix(embark): use more specific command for symbols

This commit is contained in:
Kiana Sheibani 2025-04-03 06:45:18 -04:00
parent c0e00547d5
commit 3a606446ff
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1842,6 +1842,7 @@ Here's the big one.
"C" #'compile-defun
"RET" nil "e" nil)
(:map embark-symbol-map
"K" #'helpful-symbol
"s" nil "h" nil "d" nil "e" nil)
(:map embark-variable-map
"Y" #'embark-save-variable-value