redguardtoo / js-comint

js-comint will send the code from Emacs into node.js or rhino
GNU General Public License v3.0
69 stars 22 forks source link

Highlight output window after buffer evaluation #1

Closed ghost closed 8 years ago

ghost commented 9 years ago

I use javascript mode (js-mode) in emacs. When i send a file to node repl using js-load-file command, it doesn't highlight the output window (js) by default. Mostly, emacs highlights the output window after doing buffer evaluation. Now, i am made to navigate to it manually by using switch-buffer command.

redguardtoo commented 8 years ago

Use js-load-file-and-go instead