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

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

[elpa] externals/ergoemacs-mode 3433126 208/325: Move key binding help u


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 3433126 208/325: Move key binding help up and rename it
Date: Sat, 23 Oct 2021 18:48:55 -0400 (EDT)

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

    Move key binding help up and rename it
---
 ergoemacs-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index f4bb13a..54aeb10 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -1005,6 +1005,8 @@ calling any other ergoemacs-set-* function"
                           (help-for-help menu-item "Help for Help..."
                                          help-for-help
                                          :help "Emacs main help command")
+                          (key-bindings menu-item "Global Key Bindings"
+                                        ergoemacs-describe-current-theme)
                           (separator-1 menu-item  "--")
                           (apropos menu-item "Apropos (Find matching)"
                                    (keymap
@@ -1063,8 +1065,6 @@ calling any other ergoemacs-set-* function"
                                      (curr-syntax menu-item "Current Syntax 
Table"
                                                   describe-syntax
                                                   :help "Describe the syntax 
specifications in the current syntax table")))
-                          (key-bindings menu-item "Key Bindings"
-                                        ergoemacs-describe-current-theme)
                           (learn-more menu-item "Learn More"
                                       (keymap
                                        (emacs menu-item"Emacs"



reply via email to

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