Skip to content

Commit

Permalink
make parent dir
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Dec 28, 2023
1 parent 4052d80 commit beb8d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/scratch-pkgs.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SYMBOL and VALUE is from the setter in
`scratch-pkgs-add-to-load-path'."
(set-default-toplevel-value symbol value)
(unless (file-directory-p scratch-pkgs-dir)
(make-directory scratch-pkgs-dir))
(make-directory scratch-pkgs-dir t))
(when scratch-pkgs-dir (push scratch-pkgs-dir load-path)))

(defcustom scratch-pkgs-add-to-load-path t
Expand Down

0 comments on commit beb8d48

Please sign in to comment.