Skip to content

wlandry/ergoemacs-mode

 
 

Repository files navigation

MELPA Stable MELPA Build Status

Ergoemacs Keybindings

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

Packages

No packages published

Languages

  • Emacs Lisp 50.7%
  • HTML 25.4%
  • Less 15.5%
  • JavaScript 5.3%
  • AutoHotkey 2.4%
  • CSS 0.4%
  • Makefile 0.3%