mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix 'variable reference to nil’ compiler warning
This commit is contained in:
@ -196,8 +196,8 @@
|
|||||||
:modes (html-mode css-mode web-mode js2-mode markdown-mode)
|
:modes (html-mode css-mode web-mode js2-mode markdown-mode)
|
||||||
:files "package.json"
|
:files "package.json"
|
||||||
:on-enter
|
:on-enter
|
||||||
|
(when (make-local-variable 'exec-path)
|
||||||
(push (doom-project-expand "node_modules/.bin")
|
(push (doom-project-expand "node_modules/.bin")
|
||||||
(if (make-local-variable 'exec-path)
|
|
||||||
exec-path)))
|
exec-path)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user