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: about 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 git@github.com:natural/emacs.git
$ mkdir -p ~/.emacs.d
$ ln -s `pwd`/emacs/init.el ~/.emacs.d/init.el
$ emacs &
```