]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/smultron/smultron.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / smultron / smultron.factor
1 USING: editors kernel make namespaces ;
2 IN: editors.smultron
3
4 SINGLETON: smultron
5
6 editor-class [ smultron ] initialize
7
8 M: smultron editor-command
9     drop
10     [ "open" , "-a" , "Smultron" , , ] { } make ;