My configuration for Doom Emacs.
Find a file
TEC 27b937e97f
Org: Improve inline src block fontification
This fixes the significant issue where a unpaired bracket would cause
the rest of the buffer to be parsed, ignoring `limit'. Not nice.

I also now use inline src blocks a lot more in my config.
2021-03-28 19:13:31 +08:00
.github/workflows Config setup instructions: don't confirm evaluate 2021-03-21 18:46:01 +08:00
lisp Bump packages 2021-03-05 04:34:25 +08:00
misc CI: Odd tweaks that seem to be needed 2021-03-28 17:21:05 +08:00
snippets Org: snippets, improve maths, three new src header 2021-03-26 03:08:13 +08:00
.gitattributes Github: include .org files as lang 2020-12-24 13:04:00 +08:00
.gitignore Workflow: Add docker image generation 2021-02-13 04:09:10 +08:00
.gitmodules Org: Enhance writeroom with serifs, other tweaks 2021-03-05 04:02:58 +08:00
config.org Org: Improve inline src block fontification 2021-03-28 19:13:31 +08:00
LICENCE Add licence 2020-08-30 18:45:47 +08:00
README.org Config setup instructions: don't confirm evaluate 2021-03-21 18:46:01 +08:00

Doom Emacs Configuration — HTML Version, PDF

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

What you really want is the M-x org-html-export-to-html version of config.org , or the M-x org-latex-export-to-pdf version (linked in the title).

In addition to the html export, this produces the init.el, config.el, and packages.el files.

Other than that, snippets are (currently) sourced from the snippets folder, resources are put in misc, and you may find submodules for packages of mine in lisp, along with extra major modes.

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