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

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

[elpa] externals/embark 562f469 04/10: Avoid shadowing snapshot and expo


From: ELPA Syncer
Subject: [elpa] externals/embark 562f469 04/10: Avoid shadowing snapshot and export
Date: Sat, 11 Dec 2021 19:57:17 -0500 (EST)

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

    Avoid shadowing snapshot and export
---
 embark.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/embark.el b/embark.el
index 4c5b127..7b991e5 100644
--- a/embark.el
+++ b/embark.el
@@ -3632,7 +3632,7 @@ and leaves the point to the left of it."
   ("p" fill-region-as-paragraph)
   ("$" ispell-region)
   ("=" count-words-region)
-  ("s" whitespace-cleanup-region)
+  ("SPC" whitespace-cleanup-region)
   ("t" transpose-regions)
   ("o" org-table-convert-region)
   (";" comment-or-uncomment-region)
@@ -3645,8 +3645,8 @@ and leaves the point to the left of it."
   ("_" calc-grab-sum-across)
   ("R" reverse-region)
   ("D" delete-duplicate-lines)
-  ("S" 'embark-sort-map)
-  ("E" 'embark-encode-map))
+  ("s" 'embark-sort-map)
+  (">" 'embark-encode-map))
 
 (embark-define-keymap embark-file-map
   "Keymap for Embark file actions."



reply via email to

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