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