Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 706 Bytes

File metadata and controls

27 lines (21 loc) · 706 Bytes

skewer-livescript

Emacs Skewer mode and REPL for LiveScript Installation

  1. Install Skewer mode
  2. Clone this repo
  3. Make sure you set the load-path correctly
  4. Add this to you init.el:
(require 'skewer-livescript)
(require 'skewer-livescript-repl)

(add-hook 'livescript-mode-hook (lambda ()
                                 (skewer-livescript-mode t)))
  1. Start server: M-x httpd-start
  2. Add skewer to you project index as described in Skewer documentation or run M-x run-skewer

Keybindings

  • C-c C-e Eval selected region of LiveScript
  • C-c C-z LiveScript REPL