Skip to content

11111000000/skewer-livescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Emacs skewer mode for livescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published