Open roymath-zz opened 3 years ago
ah - making the following change fixes the prompt:
[nodejs-repl.el]
...
542 (apply 'make-comint nodejs-repl-process-name "env" nil
543 `("TERM=dumb" ,node-command ,@nodejs-repl-arguments "-e" ,nodejs-repl-code)))
Currently, I see a message in the repl saying:
Q1. How do I get rid of the text "Entering editor mode..."? Q2. Also, how do I change the prompt to just "> " instead of ".>."