Add async-byte-compile-log-file setting to core.el
This commit is contained in:
parent
99bf731ed6
commit
11d7ae070a
1 changed files with 1 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue