My configuration for Doom Emacs.
Go to file
TEC 396bf48872
Org: html styling, a small collection of changes
+ Use appropriate fallback fonts for sans/serif
+ It's really important that we get the right size background-image
  + Otherwise it can cover the whole link when combined with other rules
+ A bit of autoformatting
+ Tweaks to formatting of music entries
2021-04-23 22:42:02 +08:00
.github/workflows Config setup instructions: don't confirm evaluate 2021-03-21 18:46:01 +08:00
lisp Org: LaTeX, improve chameleon with code and title 2021-04-08 19:30:43 +08:00
misc Org: html styling, a small collection of changes 2021-04-23 22:42:02 +08:00
snippets Org: new header snippets - tangle, width, height 2021-04-15 10:08:30 +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
LICENCE Add licence 2020-08-30 18:45:47 +08:00
README.org Readme: Update badges, add Emacs 28.0.50 and Org 2021-03-30 03:15:29 +08:00
config.org Org: html export, improve meta tags 2021-04-23 02:37:34 +08:00

README.org

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.

/tec/emacs-config/media/commit/396bf4887212fe09c97e39df5cd56ef765664534/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