Fix reference to renamed _directory variable
Whoops!
This commit is contained in:
parent
81c465a545
commit
dd2d704137
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ For example:
|
|||
(file-exists-p! (or doom-core-dir \"~/.config\" \"some-file\") \"~\")"
|
||||
(if directory
|
||||
`(let ((--directory-- ,directory))
|
||||
,(doom--resolve-path-forms spec '_directory))
|
||||
,(doom--resolve-path-forms spec '--directory--))
|
||||
(doom--resolve-path-forms spec)))
|
||||
|
||||
(defmacro define-key! (keymaps key def &rest rest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue