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

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

[elpa] externals/embark 0ad289d 2/5: Add bookmark annotation actions


From: ELPA Syncer
Subject: [elpa] externals/embark 0ad289d 2/5: Add bookmark annotation actions
Date: Sun, 12 Dec 2021 14:57:20 -0500 (EST)

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

    Add bookmark annotation actions
---
 embark.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 9076bb9..78568fc 100644
--- a/embark.el
+++ b/embark.el
@@ -3904,7 +3904,9 @@ and leaves the point to the left of it."
   ("<" bookmark-insert)
   ("j" bookmark-jump)
   ("o" bookmark-jump-other-window)
-  ("f" bookmark-jump-other-frame))
+  ("f" bookmark-jump-other-frame)
+  ("a" 'bookmark-show-annotation)
+  ("e" 'bookmark-edit-annotation))
 
 (embark-define-keymap embark-unicode-name-map
   "Keymap for Embark unicode name actions."



reply via email to

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