General information about microemacs
Microemacs is sleek, portable emacs editor from 1985 (https://en.wikipedia.org/wiki/MicroEMACS). It shines over other editors over speed, and usability. ### Over time, there are various versions, not### Over time, there are various versions, notably:
Over time, there are various versions, notably:
- Linus’ microemacs
-
Jasspa’s microemacs Jasspa’s microemacs has gone a long way in supporting multiple OSs, and extensive macros built over the years.
This site is a fork/clone of Jasspa’s microemacs versioned 20100503. The goal is to provide an one-stop experience for obtaining, installing and running microemacs.
Additionally, if possible, we would like to clean and re-factor the code base, to keep microemacs continually to shine over the time.
Reasons of microemacs over other editors
- Fast, really fast
- Runs on multiple platform: *nix, windows, mac.
- Easily configurable
Quick install
(These instructions will be expanded with more info from http://www.jasspa.com/)
- Clone this repo: `git clone https://github.com/ipstone/microemacs`
- In the src folder: `./build` (assuming using *nix)
- Copy or link the macros folder (.jasspa) to ~/.jassap :
- Copy: `cp .jasspa ~/
- or Link: `ln -s [path-to-jasspa]/.jasspa ~/.jasspa