summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2024-12-04wip: macos configurationAndrew Guschin
2024-11-26speed up startup by using org tangle only when config.org changedAndrew Guschin
To determine if config is changed, we can calculate its current md5 and compare it with previous one. If file with previous checksum doesn't exist, then we should bootstrap config anyway, so this will invoke tangle. In most cases, Emacs starts with the same config, so this is a nice optimization.
2024-08-01rewrite config into literate org modeAndrew Guschin
2021-12-24Initial commitAndrew Guschin