diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index 11641ff5f..4fab7080f 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -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)