Skip to content

A minor mode for the ClojureScript 'lein cljsbuild' command

Notifications You must be signed in to change notification settings

BirdseyeSoftware/cljsbuild-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

cljsbuild-mode

In order to use this package you will need:

Installation

  1. Install via el-get both multi-term and cljsbuild-mode

Getting started

  • Add (require 'cljsbuild-mode) in your ~/.emacs.d/init.el file

  • Execute the M-x cljsbuild-start command on a leiningen project with cljsbuild installed on it (the same way you would execute clojure-jack-in). This will open a new buffer with a shell running lein-cljsbuild auto. This new shell will actually be a screen session that you can access from any terminals by doing:

screen -R -DD -S cljsbuild

Whenever there is a failure or warning on a cljsbuild, the buffer will pop-up (this can be changed in settings).

About

A minor mode for the ClojureScript 'lein cljsbuild' command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%