My configuration for Doom Emacs.
Go to file
TEC aec6d5f4e7
Config export: make a bit more robust
Because the html and pdf exports start both at the same time,
they both experience a cache miss with the xkcd sqlite db.
Poth processes download the image, and attempt to write to the db
... with the same primary key. Hence, errors.

So, when the xkcd cache isn't populated, we wait for one process to
finish before starting the other
2021-01-30 04:48:58 +08:00
.github/workflows Config export: make a bit more robust 2021-01-30 04:48:58 +08:00
lisp Org latex: switch out minted for engrave-faces 2021-01-28 11:27:18 +08:00
misc Config export: make a bit more robust 2021-01-30 04:48:58 +08:00
snippets Lovely org src block snippet that guesses the lang 2020-12-25 02:26:45 +08:00
.gitattributes Github: include .org files as lang 2020-12-24 13:04:00 +08:00
.gitignore Org html: add scss save hook, make css and reload 2021-01-09 01:15:03 +08:00
.gitmodules Org latex: switch out minted for engrave-faces 2021-01-28 11:27:18 +08:00
LICENCE Add licence 2020-08-30 18:45:47 +08:00
README.org Readme: Link to PDF export of config 2021-01-28 23:47:24 +08:00
config.org Org latex: refactor some segments of config 2021-01-29 19:56:28 +08:00

README.org

Doom Emacs Configuration — HTML Version, PDF

https://img.shields.io/badge/Emacs-27.1-blueviolet.svg?style=flat-square&logo=GNU%20Emacs&logoColor=white https://img.shields.io/github/workflow/status/tecosaur/emacs-config/Publish/master.svg?style=flat-square&label=publish&logo=buffer https://raw.githubusercontent.com/tecosaur/emacs-config/gh-pages/misc/pkg-status.svg

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 "(require 'org)" --eval '(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