My configuration for Doom Emacs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
TEC 20805b2e9c
conf-data-toml package
1 month ago
.github CI: Pull latest (dev) org-mode 4 months ago
lisp conf-data-toml package 1 month ago
misc CI: temporarily remove org-persist-gc hook 5 months ago
snippets Org: Tweak header arg snippets 2 years ago
.gitattributes Github: include .org files as lang 2 years ago
.gitignore Add cli.el to .gitignore 2 years ago
.gitmodules conf-data-toml package 1 month ago
LICENCE Add licence 3 years ago
README.org Update Shields.io publish badge URL 4 months ago
config.org conf-data-toml package 1 month ago

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/src/branch/master/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