mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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\") \"~\")"
|
||||
(if directory
|
||||
`(let ((_directory ,directory))
|
||||
`(let ((--directory-- ,directory))
|
||||
,(doom--resolve-path-forms spec '_directory))
|
||||
(doom--resolve-path-forms spec)))
|
||||
|
||||
|
Reference in New Issue
Block a user