branch: externals/ergoemacs-mode
commit 45688c2391c3d8ce7fa41c25f1bdb6f9ceeda2e6
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
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"
)