Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.46 KB

web_version.org

File metadata and controls

51 lines (42 loc) · 1.46 KB

.emacs.d

About

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.

Notes on code blocks

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.

init.el

This is the main init file that wraps all the other code I love and rely heavily on straight.el.