appleshan / doom-emacs-private

Private module for doom emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doom emacs private module

About

This is my emacs config as a plugin for the amazing hlissner/doom-emacs.

Why ❤ 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

Prerequisites

Linux

Installation

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

About

Private module for doom emacs.


Languages

Language:Emacs Lisp 100.0%