mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit a56e03cde8fa15eb5e9dde3cdaeabf45b892c569 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 13:52:10 2014 -0500 Note that ergoemacs-mode requires emacs 24.1 --- Readme.md | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Readme.md b/Readme.md index 91b937d..8b32f69 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,7 @@ ## Library Information + ErgoEmacs keybindings improves GNU Emacs for people who did not grew up with Emacs. User interface is based on common modern software interface familiar to most people today, such as using 【Ctrl+C】 key @@ -17,5 +18,8 @@ bundles many Emacs Lisp functions that are not in GNU Emacs by default. (require 'ergoemacs-mode) (ergoemacs-mode 1) +Ergoemacs-mode makes use of `make-composed-keymap` and therefore is +only comptabile with emacs 24.1+ + More information is found at http://ergoemacs.github.io/ergoemacs-mode/ \ No newline at end of file
