mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit b937396ed6162a219d046b12f8026ca0726ad349 Author: Matthew L. Fidler <[email protected]> Date: Wed Jul 2 07:29:52 2014 -0500 Make Alt+; the ergoemacs-reduction M-x --- ergoemacs-themes.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 547a3cc..e46316a 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -1075,7 +1075,7 @@ (global-set-key (kbd "M-H") 'isearch-forward-regexp) (global-set-key (kbd "M-a") 'ergoemacs-move-cursor-previous-pane) (global-set-key (kbd "M-9") 'er/contract-region) - (global-set-key (kbd "M-t") 'execute-extended-command) + (global-set-key (kbd "M-;") 'execute-extended-command) ;; ;; Overwrite previous global definitions in `ergoemacs-mode' ;;
