Just my emacs configuration. See init.org for the details.
I reserve the right to make breaking changes to my configuration arbitrarily, even with the use of history-breaking rebases or force pushes. You depend on this repository at your own risk.
If, for some reason, you want to try my configuration, follow these steps:
- Clone this repo to ~~/.config/emacs~. (I recommend backing up your own emacs configuration first.)
- Launch emacs, and
C-x C-f ~/.config/emacs/init.org. - emacs will warn you that
init.orgsets an unsafe file variable, and it will prompt you for how to handle this variable. Pressn. - Tangle the file manually (
C-c C-v torM-x org-babel-tangle). - Restart emacs (
M-x kill-emacs). Note that this restart may take a very long time; emacs will bootstrap straight and clone/build all my init’s dependencies. (This includes a full clone of org-mode.) - You should now have emacs open with my config active.