mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -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))
|
||||
(file-readable-p file))
|
||||
(doom-log "Scanning %s" file)
|
||||
(setq file (file-truename file))
|
||||
(with-temp-buffer
|
||||
(if literal
|
||||
(insert-file-contents file)
|
||||
|
Reference in New Issue
Block a user