This is my emacs config as a plugin for the amazing hlissner/doom-emacs.
- it is blazing fast
- it is well thought
- its community (on discord) is most friendly
- it’s maintained by one developer, who keeps a vision and everything consistent
First ensure that you have installed doom:
$ git clone -b develop \
--single-branch \
https://github.com/hlissner/doom-emacs.git ~/.emacs.d
$ cd ~/.emacs.d
$ make
$ make doctor
$ make compile
Then install the module:
$ git clone https://github.com/appleshan/doom-emacs-private.git ~/.doom.d
$ cd ~/.doom.d
$ make