]> git.earman.xyz Git - emacsinit.git/commit
Change initialization meta
authorrearman <rearman@r717.net>
Thu, 13 Jun 2024 19:34:23 +0000 (15:34 -0400)
committerrearman <rearman@r717.net>
Thu, 13 Jun 2024 19:34:23 +0000 (15:34 -0400)
commit3f44e3b41c8f3174ceea5e810119e28dab9c6aaa
treeb94697deef56e2e03d67aa2b3a7f2b8d9fc0b57a
parent24e4cab58183f05b0f12a203ecedc1402de45d9d
Change initialization meta

Avoid issues when doing a git pull that is not the first clone,
having to play games with --[no]-assume-unchanged, etc.
1. Change init.org to config.org, and set up init.el to tangle that file.
2. Track early-init.el, so that it gets run on first startup.
   a. Keep the tangling section for this file in config.org for central editing.
.gitignore
README.org
config.org [new file with mode: 0644]
early-init.el [new file with mode: 0644]
init.el
init.org [deleted file]