My configuration for Doom Emacs.
Go to file
TEC 30694e8e9e
Add function docstring to magit advice
Without a docstring, thanks to how defadvice! is expanded
the (interactive ...) block is not the first part of the function body,
and instead the symbol "nil" is.
2024-03-26 16:28:16 +08:00
.github Update CI for doom CLI changes 2024-03-25 17:09:16 +08:00
lisp Add mpris library and modeline media player 2024-03-21 22:49:51 +08:00
misc Publish listing of generated files 2024-03-26 00:43:56 +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 Add mpris library and modeline media player 2024-03-21 22:49:51 +08:00
LICENCE Add licence 2020-08-30 18:45:47 +08:00
README.org Publish listing of generated files 2024-03-26 00:43:56 +08:00
config.org Add function docstring to magit advice 2024-03-26 16:28:16 +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/30694e8e9e8c1362c462e4578248fe32a72a2697/misc/screenshots/splash-screen.png

config.org generates the init.el, config.el, and packages.el files, as well as about a hundred others. See this listing for more information.

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; ~/.emacs.d/bin/doom sync; ~/.config/doom/setup.sh