2

ergoemacs-mode Quick start Guide

 1 year ago
source link: https://ergoemacs.github.io/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Setup

First you need to install Emacs. Then you have 2 ways to install ergoemacs-mode.

Manual setup

Start by cloning the main branch git repository from Github

cd ~/.emacs.d
git clone -b master --single-branch https://github.com/ergoemacs/ergoemacs-mode.git

And add following to your ~/.emacs or ~/.emacs.d/init.el file:

(add-to-list 'load-path "~/.emacs.d/ergoemacs-mode")
(require 'ergoemacs-mode)

Enabling ergoemacs-mode

To enable emacs, add the following to your ~/.emacs or ~/.emacs.d/init.el file:

(setq ergoemacs-theme nil) ;; Uses Standard Ergoemacs keyboard theme
(setq ergoemacs-keyboard-layout "us") ;; Assumes QWERTY keyboard layout
(ergoemacs-mode 1)

For other key themes and keyboard layouts the initilization code should be different. However, for QWERTY, the key bindings are:

ergoemacs-extras/ergo-layouts/ergoemacs-layout-us.png

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK