Fix reference to comp-deferred-compilation-deny-list
This commit is contained in:
parent
485f097297
commit
b092d79d35
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ list remains lean."
|
|||
(not (doom--find-eln-file (doom--eln-file-name file)))
|
||||
(not (cl-some (lambda (re)
|
||||
(string-match-p re file))
|
||||
comp-deferred-compilation-deny-list))) do
|
||||
native-comp-deferred-compilation-deny-list))) do
|
||||
(doom-log "Compiling %s" file)
|
||||
(native-compile-async file))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue