mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Ensure doom-autoload-file directory exists first
This commit is contained in:
@ -578,6 +578,7 @@ This should be run whenever init.el or an autoload file is modified. Running
|
|||||||
(t
|
(t
|
||||||
"✓ Scanned %s"))
|
"✓ Scanned %s"))
|
||||||
(file-relative-name file doom-emacs-dir)))
|
(file-relative-name file doom-emacs-dir)))
|
||||||
|
(make-directory (file-name-directory doom-autoload-file) t)
|
||||||
(let ((buf (get-file-buffer doom-autoload-file))
|
(let ((buf (get-file-buffer doom-autoload-file))
|
||||||
current-sexp)
|
current-sexp)
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
|
Reference in New Issue
Block a user