Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 769 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 769 Bytes

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).