innerout / Emacs

My emacs config

Home Page:https://github.com/innerout/Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

My Emacs configuration is based on the emacs-nativecomp package although versions >= 27 should work for other distributions too.

Dependencies

To install the dependencies for my configuration run:

./install.sh

I have tested it in Arch as my daily driver and in WSL Ubuntu.

Installation

1. git clone https://github.com/innerout/Emacs.git
2. cp -r Emacs/.doom.d ~/
3. cd ~/
4. git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
5. ~/.emacs.d/bin/doom install

About

My emacs config

https://github.com/innerout/Emacs

License:Apache License 2.0


Languages

Language:Emacs Lisp 97.1%Language:Shell 2.9%