branch: externals/embark
commit a12c50c1806bc6267bfba85b86418a30ea2485ad
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Add occur action to identifier map
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index c9b661c9a5..bef2378fa0 100644
--- a/embark.el
+++ b/embark.el
@@ -3904,7 +3904,8 @@ and leaves the point to the left of it."
   ("n" embark-next-symbol)
   ("p" embark-previous-symbol)
   ("'" expand-abbrev)
-  ("$" ispell-word))
+  ("$" ispell-word)
+  ("o" occur))
 
 (embark-define-keymap embark-expression-map
   "Keymap for Embark expression actions."

Reply via email to