]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/brackets/brackets.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / brackets / brackets.factor
index e6ef60561ce93a9bb5f72b5a1d0294d4b8e10b01..83621f3d76e734c249b2f3534b115a282de19893 100644 (file)
@@ -5,7 +5,8 @@ namespaces system vocabs ;
 IN: editors.brackets
 
 SINGLETON: brackets
-brackets editor-class set-global
+
+editor-class [ brackets ] initialize
 
 HOOK: brackets-path os ( -- path )