My configuration for Doom Emacs.
Find a file
Timothy 9ed12652b8
Use curl over url-retrieve when possible
I have no idea why, but url-retrieve-synchronously seems to be a bit
flaky in some situations while curl does not.

While we're att it, switch from dash.el to cl-lib. We're going to
gradually stop needing dash.el to load config.el.
2024-03-08 17:19:22 +08:00
.github CI: update publish workflow 2024-02-21 02:53:15 +08:00
lisp Update submodules 2024-03-08 16:37:18 +08:00
misc A bundle of CSS improvements 2024-03-08 16:56:20 +08:00
snippets Org: Tweak header arg snippets 2021-06-04 22:34:34 +08:00
.gitattributes Github: include .org files as lang 2020-12-24 13:04:00 +08:00
.gitignore Add cli.el to .gitignore 2021-04-25 18:50:17 +08:00
.gitmodules Update submodules 2024-03-08 16:37:18 +08:00
config.org Use curl over url-retrieve when possible 2024-03-08 17:19:22 +08:00
LICENCE Add licence 2020-08-30 18:45:47 +08:00
README.org Update Shields.io publish badge URL 2023-01-24 19:32:55 +08:00

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/9ed12652b882eff820958ab2c44d27b0a4b8e0d6/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
echo "(doom! :config literate)" > ~/.config/doom/init.el
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install; ~/.config/doom/setup.sh