]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textmate/textmate.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / textmate / textmate.factor
index 8dd5dc1b9ac51ee8694011913b12e01c763699a2..e7610d1b96bda389104154cfcf1910dbb68a5fde 100644 (file)
@@ -3,7 +3,8 @@ namespaces prettyprint editors make ;
 IN: editors.textmate
 
 SINGLETON: textmate
-textmate editor-class set-global
+
+editor-class [ textmate ] initialize
 
 M: textmate editor-command
     [ "mate" , "-a" , "-l" , number>string , , ] { } make ;