branch: externals/embark commit b283be3fe8cf871d61b0046fc96b30fe499b5979 Author: Omar Antolín <omar.anto...@gmail.com> Commit: Omar Antolín <omar.anto...@gmail.com>
Have symbol map inherit from identifier map Why wasn't it like this before!? --- embark.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/embark.el b/embark.el index d029b16..cb668f2 100644 --- a/embark.el +++ b/embark.el @@ -3586,17 +3586,14 @@ and leaves the point to the left of it." (embark-define-keymap embark-symbol-map "Keymap for Embark symbol actions." + :parent embark-identifier-map ("RET" embark-find-definition) ("h" describe-symbol) - ("H" embark-toggle-highlight) ("s" embark-info-lookup-symbol) ("d" embark-find-definition) - ("r" xref-find-references) ("b" where-is) ("e" pp-eval-expression) ("a" apropos) - ("n" embark-next-symbol) - ("p" embark-previous-symbol) ("\\" embark-history-remove)) (embark-define-keymap embark-face-map