]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/scaffold/windows/windows.factor
Factor source files should not be executable
[factor.git] / basis / tools / scaffold / windows / windows.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: io.pathnames system tools.scaffold windows.shell32 ;
4 IN: tools.scaffold.windows
5
6 M: windows scaffold-emacs ( -- )
7     application-data ".emacs" append-path touch. ;