diff options
-rw-r--r-- | src/demo.sml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demo.sml b/src/demo.sml index 17de80ee..2ff76ad1 100644 --- a/src/demo.sml +++ b/src/demo.sml @@ -318,12 +318,13 @@ fun make' {prefix, dirname, guided} = Posix.FileSys.ST.mtime htmlSt) end handle OS.SysErr _ => true - val cmd = "emacs --eval \"(progn " + val cmd = "emacs -no-init-file --eval \"(progn " ^ "(global-font-lock-mode t) " ^ "(add-to-list 'load-path \\\"" ^ !Settings.configSitelisp ^ "/\\\") " ^ "(load \\\"urweb-mode-startup\\\") " + ^ "(load \\\"htmlize\\\") " ^ "(urweb-mode) " ^ "(find-file \\\"" ^ src |