REF add useful note to my future self

This commit is contained in:
Nathan Dwarshuis 2021-03-30 14:00:59 -04:00
parent 076235f8a6
commit 882ce73ddb
1 changed files with 1 additions and 0 deletions

View File

@ -1346,6 +1346,7 @@ An exception to the rule
:END:
#+BEGIN_SRC emacs-lisp
(nd/when-bin "node"
;; TODO nodejs-repl might be more complete if ESS/elpy behavior is desired
(use-package js-comint
:straight t))
#+END_SRC