Ensure doom-autoload-file directory exists first
This commit is contained in:
parent
98e324b785
commit
a5596c8923
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ This should be run whenever init.el or an autoload file is modified. Running
|
|||
(t
|
||||
"✓ Scanned %s"))
|
||||
(file-relative-name file doom-emacs-dir)))
|
||||
(make-directory (file-name-directory doom-autoload-file) t)
|
||||
(let ((buf (get-file-buffer doom-autoload-file))
|
||||
current-sexp)
|
||||
(unwind-protect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue