mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 20e04c583560cf91d900da9e8fdfad2469ea48e9 Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 26 08:45:25 2014 -0500 Remove archive-mode and ses-mode from menus. Issue #246. --- ergoemacs-menus.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el index bfebcd7..9bd2755 100644 --- a/ergoemacs-menus.el +++ b/ergoemacs-menus.el @@ -105,7 +105,8 @@ conf-ppd-mode mail-mode ebrowse-tree-mode diff-mode fundamental-mode emacs-lisp-byte-code-mode R-transcript-mode S-transcript-mode XLS-mode tar-mode - git-commit-mode git-rebase-mode image-mode) + git-commit-mode git-rebase-mode image-mode + archive-mode ses-mode) "List of major modes excluded from ergoemacs' Languages menu." :type '(repeat (symbol :tag "Excluded Major Mode")) :group 'ergoemacs-mode)
