Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elliotpenson/.emacs.d

My Emacs Settings
https://github.com/elliotpenson/.emacs.d

Last synced: 5 days ago
JSON representation

My Emacs Settings

Awesome Lists containing this project

README

        

# .emacs.d

## Installation

Fork and then clone this repository, putting the `.emacs.d` folder in your foot
directory:

```
git clone https://github.com//.emacs.d.git
```

By default, emacs will look for the `.emacs` configuration file in your root
directory. Use a symlink to make a `.emacs` alias which will point to the actual
`emacs.el` file in `.emacs.d`:

```
ln -s ~/.emacs.d/emacs.el ~/.emacs
```

## Usage

See [my wiki](http://wiki.penson.io/tools/emacs.html) for a cheat sheet specific to
this configuration.