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

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

[elpa] externals/ergoemacs-mode 45688c2 164/325: Add better binding for


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 45688c2 164/325: Add better binding for Fill menu
Date: Sat, 23 Oct 2021 18:48:44 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 45688c2391c3d8ce7fa41c25f1bdb6f9ceeda2e6
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Add better binding for Fill menu
---
 ergoemacs-themes.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index b6d0465..4929159 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -833,10 +833,9 @@ calling any other ergoemacs-set-* function"
             
             
             (separator-bookmark menu-item "--")
-            (fill menu-item "Fill" fill-region
-                  :enable (and mark-active
-                               (not buffer-read-only))
-                  :help "Fill text in region to fit between left and right 
margin")
+            (fill menu-item "Fill/Unfill" ergoemacs-compact-uncompact-block
+                  :enable (not buffer-read-only)
+                  :help "Fill text to fit within margins, or unfill to make it 
one line")
             (props menu-item "Text Properties" facemenu-menu)
             "Edit"
             )



reply via email to

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