Skip to content

Instantly share code, notes, and snippets.

View computerjohney's full-sized avatar
🏠
Working from home

Johnno Eyres computerjohney

🏠
Working from home
View GitHub Profile
@computerjohney
computerjohney / nodejs-repl-eval.el
Created March 29, 2016 09:25 — forked from emallson/nodejs-repl-eval.el
Evaluation functions for the `nodejs-repl' Emacs package.
;;; nodejs-repl-eval.el --- Summary
;;; Commentary:
;;;
;;; Evaluation functions for the `nodejs-repl' package. Written on a stormy
;;; night between days of node hacking.
;;;
;;; Code:
(require 'js2-mode)
(require 'nodejs-repl)