Resolve symlinks in autoloads files
For marginally faster package load times.
This commit is contained in:
parent
5d0f781062
commit
0df791469d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue