From ede80c3d1fda765a4a2a469710f0aa71be388421 Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Thu, 5 Dec 2013 21:54:26 +0800 Subject: [PATCH] Add nodejs-repl.el. This mode is an alternative mode to js-comint, while provides more friendly completions in comint buffer. --- recipes/nodejs-repl.rcp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/nodejs-repl.rcp diff --git a/recipes/nodejs-repl.rcp b/recipes/nodejs-repl.rcp new file mode 100644 index 00000000..4b7fe38e --- /dev/null +++ b/recipes/nodejs-repl.rcp @@ -0,0 +1,4 @@ +(:name nodejs-repl + :description "Run Node.js REPL and communicate the process" + :type github + :pkgname "abicky/nodejs-repl.el")