mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
In some edge cases, an early call to doom-log will cause an autoload error because of one or more of the following is true: - The autoloads file hasn't been generated or loaded, - The autoloads file is out of date (especially relevant afterb9933e6
), - doom-cli hasn't loaded lib/files eagerly yet. To avoid this, and due to how prolific doom-log's uses are, and how trivial the dependency is, I simply remove the dependency. Amend:b9933e6637