Fix void-variable error (let -> let*)
This commit is contained in:
parent
59f70c2a87
commit
11705d0920
1 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,7 @@ added, if the file exists."
|
||||||
:size (if modules (length modules) 100)
|
:size (if modules (length modules) 100)
|
||||||
:rehash-threshold 1.0)))
|
:rehash-threshold 1.0)))
|
||||||
(when (null modules)
|
(when (null modules)
|
||||||
(let ((init-file (expand-file-name "init.el" doom-private-dir))
|
(let* ((init-file (expand-file-name "init.el" doom-private-dir))
|
||||||
(short-init-file (abbreviate-file-name init-file)))
|
(short-init-file (abbreviate-file-name init-file)))
|
||||||
(if (not (file-exists-p init-file))
|
(if (not (file-exists-p init-file))
|
||||||
(warn "%s doesn't exist" short-init-file)
|
(warn "%s doesn't exist" short-init-file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue