Skip to content

mk0x9/livescript-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LiveScript Major Mode

Basic LiveScript support for Emacs editor. At this moment supports only compiling buffer contents to JavaScript.

Setting up

  1. Add directory with extension to load-path

    (add-to-list 'load-path "~/.emacs.d/site-lisp/livescript-mode")

  2. Require livescript-mode

    (require 'livescript-mode)

  3. Define hotkey for compiling buffer contents (e.g. C-c C-l)

    (define-key livescript-mode-map "\C-c\C-l" 'livescript-compile-buffer)

About

LiveScript major mode support for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published