zerotao / emacs-config

My configuration for Doom Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doom Emacs Configuration — HTML Version, PDF

Here you may find my config. There is only one significant file:

  • config.org, my configuration file — see the HTML or PDF export.

misc/screenshots/splash-screen.png

config.org generates the init.el, config.el, and packages.el files, as well as about a dozen others.

Other than that, resources are put in misc, and you may find submodules for packages of mine in lisp.

Installation

This is mostly a personal note, see the warning in my config.

In order to have Doom load the config, we need to initialise the submodules, and generate the init.el once.

git clone --recurse-submodules git@github.com:tecosaur/emacs-config.git ~/.config/doom
emacs --batch --eval "(progn (require 'org) (setq org-confirm-babel-evaluate nil) (org-babel-tangle-file \"~/.config/doom/config.org\"))"
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install; ~/.config/doom/setup.sh

About

My configuration for Doom Emacs

License:MIT License


Languages

Language:Org 76.1%Language:CSS 7.8%Language:SCSS 6.5%Language:Emacs Lisp 4.8%Language:Python 1.8%Language:YASnippet 1.4%Language:Dockerfile 0.7%Language:JavaScript 0.7%Language:HTML 0.1%Language:Shell 0.0%