dotfiles/user-config/emacs/.emacs.d
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
..
etc home: Add empty file so folder gets created and emacs starts 2023-12-25 21:02:11 -05:00
config.org emacs-configuration: Configure org-tag-alist 2024-04-18 22:32:48 -04:00
init.el emacs-configuration: Adjust init.el to handle symlinks differently 2024-04-20 09:57:29 -04:00