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

https://github.com/rsm-lisper/emacs-config

My Emacs configuration, for use with C, Scheme, JS etc.
https://github.com/rsm-lisper/emacs-config

configuration emacs emacs-config emacs-configuration emacs-initialization ide

Last synced: about 1 month ago
JSON representation

My Emacs configuration, for use with C, Scheme, JS etc.

Awesome Lists containing this project

README

        

# Installation

Backup existing config:
```sh
mv ~/.emacs.d ~/.emacs.d_backup
```
Clone this repo to `~/.emacs.d`:
```sh
git clone https://github.com/rsm-lisper/emacs-config/ ~/.emacs.d/
```
Start Emacs. It'll display a lot of errors because of missing packages. To install them - run Emacs function `M-x` `package-install-selected-packages`.

**Done! :)**