diff --git a/core/core.el b/core/core.el index fe30fd189..81a39d93b 100644 --- a/core/core.el +++ b/core/core.el @@ -252,6 +252,7 @@ and `doom-exit-window-hook'." "~/.authinfo.gpg") ;; files abbrev-file-name (concat doom-local-dir "abbrev.el") + async-byte-compile-log-file (concat doom-etc-dir "async-bytecomp.log") auto-save-list-file-name (concat doom-cache-dir "autosave") backup-directory-alist (list (cons "." (concat doom-cache-dir "backup/"))) pcache-directory (concat doom-cache-dir "pcache/")