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

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

[elpa] externals/embark 868d799753 28/30: Change other binding of whites


From: ELPA Syncer
Subject: [elpa] externals/embark 868d799753 28/30: Change other binding of whitespace-cleanup-region too
Date: Thu, 20 Apr 2023 10:58:23 -0400 (EDT)

branch: externals/embark
commit 868d7997537d78bd14636f3d0873e3cee2df72c7
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Change other binding of whitespace-cleanup-region too
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index c8e22602cb..27ac72c359 100644
--- a/embark.el
+++ b/embark.el
@@ -4283,7 +4283,7 @@ This simply calls RUN with the REST of its arguments 
inside
   "u" #'upcase-region
   "l" #'downcase-region
   "c" #'capitalize-region
-  "s" #'whitespace-cleanup-region
+  "F" #'whitespace-cleanup-region
   "=" #'count-words-region)
 
 (defvar-keymap embark-sentence-map



reply via email to

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