Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit b9db430

Browse files
committed
move clj-lang definition to after all behaviors have been created. Fixes LightTable/LightTable#1514
Signed-off-by: Chris Granger <ibdknox@gmail.com>
1 parent c6199be commit b9db430

4 files changed

Lines changed: 523 additions & 501 deletions

File tree

clojure.behaviors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:files [(:lt.objs.files/file-types [{:name "Clojure" :exts [:clj] :mime "text/x-clojure" :tags [:editor.clj :editor.clojure]}
55
{:name "ClojureScript" :exts [:cljs] :mime "text/x-clojurescript" :tags [:editor.cljs :editor.clojurescript]}])]
66

7-
:clojure.lang [:lt.plugins.clojure/connect
7+
:clojure.lang [:lt.plugins.clojure/connect-local
88
:lt.plugins.clojure/eval!
99
:lt.plugins.clojure/build!]
1010

0 commit comments

Comments
 (0)