branch: externals/ergoemacs-mode commit d719e7ee831355bd9e755028a219edcde22f3f56 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com>
Add menu keys back to standard `ergoemacs-mode' theme --- ergoemacs-themes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 00e7a38e3b..601653927a 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -1340,7 +1340,8 @@ In a terminal, this can be either arrow keys (e.g. meta+O A == <up>) or regular (ergoemacs-set-kill-line map) (ergoemacs-set-text-transform map) (ergoemacs-set-select-items map) - (ergoemacs-fix-arrow-keys map)) + (ergoemacs-fix-arrow-keys map) + (ergoemacs-set-apps map)) (ergoemacs-install-isearch-mode)