Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rschmukler/doom.d
- Owner: rschmukler
- Created: 2017-07-01T21:41:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T20:17:39.000Z (9 months ago)
- Last Synced: 2024-05-02T14:15:56.381Z (9 months ago)
- Topics: emacs
- Language: Emacs Lisp
- Homepage:
- Size: 163 KB
- Stars: 64
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```