Skip to content

Commit

Permalink
change boot script suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfiniteMonkeys committed Mar 3, 2019
1 parent c4db100 commit 6eb9775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelines-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
(make-comint "timelines" timelines-interpreter nil timelines-interpreter-args))
(delete-other-windows)
(timelines-show-output)
(timelines-send-string ":script Boot.tl")))
(timelines-send-string ":script Boot.hs")))

(defun timelines-reset ()
(interactive)
Expand Down

0 comments on commit 6eb9775

Please sign in to comment.