marten / doom-emacs-private

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marten’s emacs config (based on Doom)

Getting started

Simply clone both doom-emacs and my config, and modify .emacs.d/init.el:

git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
git clone https://github.com/marten/doom-emacs-private ~/.doom.d
vim ~/.emacs.d/init.el

~~/.emacs.d/init.el~:

(require 'core (concat user-emacs-directory "core/core"))
(doom! :config private)

And use make to install the packages, etc.

cd .emacs.d
make

About


Languages

Language:Emacs Lisp 100.0%