Fix 'variable reference to nil’ compiler warning
This commit is contained in:
parent
04326d3a60
commit
3b9bf9bb44
1 changed files with 3 additions and 3 deletions
|
@ -196,8 +196,8 @@
|
|||
:modes (html-mode css-mode web-mode js2-mode markdown-mode)
|
||||
:files "package.json"
|
||||
:on-enter
|
||||
(when (make-local-variable 'exec-path)
|
||||
(push (doom-project-expand "node_modules/.bin")
|
||||
(if (make-local-variable 'exec-path)
|
||||
exec-path)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue