branch: externals/ergoemacs-mode commit 3433126a1cb659b6e877a99a8243080ece57c98d Author: Walter Landry <wlan...@caltech.edu> Commit: Walter Landry <wlan...@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"