mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
Resolve symlinks in autoloads files
For marginally faster package load times.
This commit is contained in:
@@ -205,6 +205,7 @@ one wants that.")
|
|||||||
exclude))
|
exclude))
|
||||||
(file-readable-p file))
|
(file-readable-p file))
|
||||||
(doom-log "Scanning %s" file)
|
(doom-log "Scanning %s" file)
|
||||||
|
(setq file (file-truename file))
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(if literal
|
(if literal
|
||||||
(insert-file-contents file)
|
(insert-file-contents file)
|
||||||
|
Reference in New Issue
Block a user