My configuration for Doom Emacs.
Find a file
TEC fa3aff5b3d
Org html: subtlety restyle links
and remove FF61- ::-moz selectors
2021-01-09 00:47:47 +08:00
.github/workflows CI: Also publish svgs in ./misc 2020-12-26 12:31:00 +08:00
lisp Add screenshot package 2020-12-25 02:50:16 +08:00
misc Org html: subtlety restyle links 2021-01-09 00:47:47 +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 Untrack init.el and packages.el 2020-12-24 04:17:46 +08:00
.gitmodules Add screenshot package 2020-12-25 02:50:16 +08:00
config.org Typo fix: clipboard not clipdord 2021-01-08 22:03:38 +08:00
LICENCE Add licence 2020-08-30 18:45:47 +08:00
README.org Add note on installation to readme 2020-12-26 12:28:50 +08:00

Doom Emacs Configuration — HTML Version

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 (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 submodule init
git submodule update
emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "config.org")'