mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't complain about used _directory letvar
Byte-compiler-sama must be appeased.
This commit is contained in:
@ -390,7 +390,7 @@ For example:
|
|||||||
|
|
||||||
(file-exists-p! (or doom-core-dir \"~/.config\" \"some-file\") \"~\")"
|
(file-exists-p! (or doom-core-dir \"~/.config\" \"some-file\") \"~\")"
|
||||||
(if directory
|
(if directory
|
||||||
`(let ((_directory ,directory))
|
`(let ((--directory-- ,directory))
|
||||||
,(doom--resolve-path-forms spec '_directory))
|
,(doom--resolve-path-forms spec '_directory))
|
||||||
(doom--resolve-path-forms spec)))
|
(doom--resolve-path-forms spec)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user