Commit Graph

4 Commits

Author SHA1 Message Date
Collin J. Doering 238a4f774e
emacs-configuration: Adjust init.el to handle symlinks differently
* user-config/emacs/.emacs.d/init.el: Prior to moving emacs configuration to the guix store,
this issue didn't occur; however, after doing so, ~/.emacs.d/config.el is a symlink to a
store file. Because org-babel-load-file resolved symlinks before comparing their timestamps,
and config.org is now a symlink to a store file with an unchanging timestamp, config.org
changes never get tangled. To resolve this, instead we compare the symlink age of config.org
to the tangled file.
2024-04-20 09:57:29 -04:00
Collin J. Doering bebb70fb56
emacs-configuration: Adjust init.el to byte-compile org tangle result 2023-12-25 22:57:39 -05:00
Collin J. Doering ae137e08bc
emacs-configuration: Correct loading after org 9.6 update in b3a3eef 2022-12-12 00:29:07 -05:00
Collin J. Doering 32b8ebec9a
Initial commit 2022-01-31 12:07:29 -05:00