Don't complain about used _directory letvar
Byte-compiler-sama must be appeased.
This commit is contained in:
parent
d008a7e977
commit
bc2f8a0ec9
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ For example:
|
|||
|
||||
(file-exists-p! (or doom-core-dir \"~/.config\" \"some-file\") \"~\")"
|
||||
(if directory
|
||||
`(let ((_directory ,directory))
|
||||
`(let ((--directory-- ,directory))
|
||||
,(doom--resolve-path-forms spec '_directory))
|
||||
(doom--resolve-path-forms spec)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue