# Emacs

Emacs is an interesting editor that I haven't checked out still.

[This](https://www.reddit.com/r/emacs/comments/74hetz/emacs_everywhere/) paints a pretty interesting picture of what Emacs really is. It is a programmable user interface with which you can do many things. One of these things is editing text.

Might give it a go sometime.

## Links

* [Introduction to EShell](https://www.youtube.com/watch?v=RhYNu6i_uY4)
* [general.el](https://github.com/noctuid/general.el) - Convenient key definitions in emacs.
* [Emacs Live](https://github.com/overtone/emacs-live) - Opinionated set of defaults for getting started with a specific focus on live coding with Overtone and Quil.
* [Getting started with emacs](http://www.howardism.org/Technical/Emacs/emacs-getting-started.html)
* [Emacs Evil Guide](https://github.com/noctuid/evil-guide) - Addresses questions vim users might have when first using emacs with evil.
* [Ohai emacs](https://github.com/bodil/ohai-emacs) - Finest hand crafted artisanal emacs.d for your editing pleasure.
* [Emacs Everywhere (2017)](https://ambrevar.xyz/emacs-everywhere/)
* [doom-emacs](https://github.com/hlissner/doom-emacs) - Emacs configuration for the stubborn martian vimmer.
* [HN: Absolute Beginner's Guide to Emacs (2012)](https://news.ycombinator.com/item?id=18598544)
* [Proof General](https://github.com/ProofGeneral/PG) - Generic Emacs interface for proof assistants.
* [Emacs X Window Manager](https://github.com/ch11ng/exwm)
* [Modalka](https://github.com/mrkkrp/modalka) - Easily introduce native modal editing of your own design.
* [Elsa](https://github.com/emacs-elsa/Elsa) - Emacs Lisp Static Analyser.
* [Reasonable Emacs config](https://github.com/purcell/emacs.d)
