Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rschmukler/doom.d

My Emacs Doom Config
https://github.com/rschmukler/doom.d

emacs

Last synced: 3 months ago
JSON representation

My Emacs Doom Config

Awesome Lists containing this project

README

        

## About

This is my `~/doom.d` config for the amazing [hlissner/.emacs.d](https://github.com/hlissner/.emacs.d).

## Installation

First ensure that you have installed doom:

```
git clone https://github.com/hlissner/.emacs.d ~/.emacs.d
cd ~/.emacs.d
cp init.example.el init.el # maybe edit init.el
make install
```

Then install the module

```
git clone https://github.com/rschmukler/doom-emacs-module.git
cd doom-emacs-module
ln -s $PWD ~/.emacs.d/modules/private/$USER
```