Don't complain about used _directory letvar

Byte-compiler-sama must be appeased.
This commit is contained in:
Henrik Lissner
2018-06-08 13:30:20 +02:00
parent d008a7e977
commit bc2f8a0ec9

View File

@ -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)))