This web page is a tangled version of my literate elisp config. Throughout this document, you may find helpful notes, tricks, and comments. I have been tinkering with emacs in some way since 2013. I made this repeatable and git-controlled in 2019, and in 2023 I began to publish it on my web site.
If a code block is active, then it will appear with emacs-lisp
syntax highlighting. If it’s not being used, then it will show up with plaintext
highlighting. For example:
Whether a code block is run at load time is controlled by the :load yes
block argument of literate-elisp
.
This is the main init file that wraps all the other code
I love and rely heavily on straight.el
.