fix(embark): use more specific command for symbols
This commit is contained in:
parent
c0e00547d5
commit
3a606446ff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue