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

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

[elpa] externals/embark a12c50c180 1/2: Add occur action to identifier m


From: ELPA Syncer
Subject: [elpa] externals/embark a12c50c180 1/2: Add occur action to identifier map
Date: Thu, 30 Dec 2021 15:57:29 -0500 (EST)

branch: externals/embark
commit a12c50c1806bc6267bfba85b86418a30ea2485ad
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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

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