tools.scaffold.windows: handle rename of touch.

windows-high-dpi
John Benediktsson 2018-02-26 20:45:14 -08:00
parent 93bd01109d
commit 5098628f57
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ USING: io.pathnames system tools.scaffold windows.shell32 ;
IN: tools.scaffold.windows
M: windows scaffold-emacs ( -- )
application-data ".emacs" append-path touch. ;
application-data ".emacs" append-path scaffold-file ;