Skip to content

katspaugh/wooky.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

wooky.el

Eval JavaScript expressions and live-reload scriprs in Chrome from Emacs buffers.

Imgur

Usage

Open your Chrome with remote debugging enabled:

 open -a "Google Chrome" --args "--remote-debugging-port=9222"

Require the package:

(require 'wooky)

In your buffer of choice run the command:

<M-x> wooky-mode
  • C-x w e to evaluate region or expression at point
  • C-x w u to live-update the script

Credits

Inspired by and borrowed code from:

About

Eval-defun for JavaScript in Chrome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published