close
The Wayback Machine - https://web.archive.org/web/20150627174802/https://github.com/ergoemacs/ergoemacs-mode
Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Emacs Lisp HTML JavaScript CSS AutoHotkey Makefile
Failed to load latest commit information.
BERJAYA el-get Fix Issue #33.
BERJAYA melpa Fix Issue #33.
BERJAYA o-blog-template Added keymap.js
BERJAYA test Attempt to restore last test engine and make cask use it
BERJAYA .gitignore
BERJAYA .travis.yml Add back emacs 23
BERJAYA COPYING Change license to GPLv3+; refine library headers.
BERJAYA Makefile Byte compile twice to pick up any other byte-compile issues
BERJAYA Readme.md update home page
BERJAYA ahk-us.ahk Expanded outlook integration with Emacs org-mode
BERJAYA bash-us.txt Should fix #87. I think that Esc character is more likely to work
BERJAYA dir Updated ergoemacs overall name.
BERJAYA ergoemacs-advices.el Fix Issue #309.
BERJAYA ergoemacs-extras.el Fix compile issues
BERJAYA ergoemacs-functions.el make ergoemacs-open-in-external-app work.
BERJAYA ergoemacs-layouts.el Correct typos in Danish layout
BERJAYA ergoemacs-macros.el Make compile based on what function is found. See Issue #320 or #321
BERJAYA ergoemacs-menus.el updated MELPA repository URL
BERJAYA ergoemacs-modal.el Be more careful with symbol-value. Issue #299
BERJAYA ergoemacs-mode.el Invalidate movement cache much more often
BERJAYA ergoemacs-mode.info First Commit of ergoemacs-mode as a single repository.
BERJAYA ergoemacs-shortcuts.el Removed unneeded let
BERJAYA ergoemacs-test.el This now passes! Yea. Make it an excpected result.
BERJAYA ergoemacs-theme-engine.el Work-around for new eieio implementation. See #330
BERJAYA ergoemacs-themes.el Add option for Issue #337.
BERJAYA ergoemacs-track.el Be more careful with symbol-value. Issue #299
BERJAYA ergoemacs-translate.el Remove unneeded variable
BERJAYA ergoemacs-unbind.el Be more careful with symbol-value. Issue #299
BERJAYA kbd-ergo.html Proof of concept for JavaScript based images. Should help address
BERJAYA kbd-ergo.svg Fix image generation. Should address issue #113.
BERJAYA kbd.svg First Commit of ergoemacs-mode as a single repository.
BERJAYA os_x_qwerty.dict.txt First Commit of ergoemacs-mode as a single repository.
BERJAYA web.org Icicles description

Readme.md

Ergoemacs Keybindings Build Status

Xah Lee, David Capello, and Matthew Fidler

Library Information

ErgoEmacs keybindings improve 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 for Copy,【Ctrl+Z】 for undo, 【Ctrl+O】 for Open file, and also bundles many Emacs Lisp functions that are not in GNU Emacs by default.

(setq ergoemacs-theme nil)
(setq ergoemacs-keyboard-layout "us")
(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

Something went wrong with that request. Please try again.