emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark b283be3: Have symbol map inherit from identifier


From: ELPA Syncer
Subject: [elpa] externals/embark b283be3: Have symbol map inherit from identifier map
Date: Fri, 3 Dec 2021 14:57:20 -0500 (EST)

branch: externals/embark
commit b283be3fe8cf871d61b0046fc96b30fe499b5979
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]