Resolve symlinks in autoloads files

For marginally faster package load times.
This commit is contained in:
Henrik Lissner 2021-02-11 23:00:49 -05:00
parent 5d0f781062
commit 0df791469d

View file

@ -205,6 +205,7 @@ one wants that.")
exclude))
(file-readable-p file))
(doom-log "Scanning %s" file)
(setq file (file-truename file))
(with-temp-buffer
(if literal
(insert-file-contents file)