Personal system configuration primarily targeting MacOS.
How to set it up
ln -s ~/projects/dotfiles/.emacs.d/init.el ~/.emacs.d/init.el
ln -s ~/projects/dotfiles/.emacs.d/early-init.el ~/.emacs.d/early-init.el
ln -s ~/projects/dotfiles/.emacs.d/snippets/ ~/.emacs.d/
Configuration for the Emacs is in the Emacs.org code elisp blocks which get tangled and output to ./.emacs.d/init.el
file on every file save. Text outside of the elisp code blocks represents documentation.