aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tutorial.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial.sml')
-rw-r--r--src/tutorial.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorial.sml b/src/tutorial.sml
index 605b1f5e..1b8834f5 100644
--- a/src/tutorial.sml
+++ b/src/tutorial.sml
@@ -280,7 +280,7 @@ fun doUr fname =
val cmd = "emacs --eval \"(progn "
^ "(global-font-lock-mode t) "
^ "(add-to-list 'load-path \\\""
- ^ Config.sitelisp
+ ^ !Settings.configSitelisp
^ "/\\\") "
^ "(load \\\"urweb-mode-startup\\\") "
^ "(urweb-mode) "