An open API service indexing awesome lists of open source software.

https://github.com/natural/emacs

Emacs Config
https://github.com/natural/emacs

emacs emacs-configuration emacs-customizations emacs-initialization emacs-lisp text

Last synced: 2 months ago
JSON representation

Emacs Config

Awesome Lists containing this project

README

        

# Emacs Config

Some pictures are worth some words:
![screenshot](screenshot.png "Screenshot")

# Installation

```shell
$ git clone [email protected]:natural/emacs.git
$ mkdir -p ~/.emacs.d
$ ln -s `pwd`/emacs/init.el ~/.emacs.d/init.el
$ emacs &
```