ADD node dependency

This commit is contained in:
Nathan Dwarshuis 2021-03-30 13:58:51 -04:00
parent 25e3796d5b
commit 076235f8a6
1 changed files with 3 additions and 2 deletions

View File

@ -1345,8 +1345,9 @@ An exception to the rule
:ID: af009285-2261-47b1-8bf1-01434b87dec0
:END:
#+BEGIN_SRC emacs-lisp
(use-package js-comint
:straight t)
(nd/when-bin "node"
(use-package js-comint
:straight t))
#+END_SRC
**** JSON
:PROPERTIES: