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

https://github.com/picandocodigo/emacs-config

Emacs config files
https://github.com/picandocodigo/emacs-config

Last synced: 4 months ago
JSON representation

Emacs config files

Awesome Lists containing this project

README

        

# My Emacs configuration files


Emacs

```
$ git clone [email protected]:picandocodigo/emacs-config.git
$ cd emacs-config
$ git submodule init
$ git submodule update
```

## Quickguide

`reference.org` - is a reference card for commands and other helpful stuff.

`emacs.d/init.el` - main config

`emacs.d/packages/key-bindings.el` - Key bindings and keyboard aliases

`emacs.d/packages/programming.el` - Programming modes and code

`emacs.d/packages/custom_libs` - Git submodule for [custom libs](https://github.com/picandocodigo/emacs-elisp) :octocat: