From 076235f8a6348da83366a33f0281f52881738954 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 30 Mar 2021 13:58:51 -0400 Subject: [PATCH] ADD node dependency --- etc/conf.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 1c98fe0..79ba020 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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: