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