Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
added '(start)' at the foot of each presentations.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Dec 24, 2010
1 parent 60a3908 commit eb92185
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.markdown
Expand Up @@ -21,8 +21,6 @@ If JAR is given a file name, load it and start a presentation directory.

### Run as a script

You hope to start your presentation as just a Clojure script, you should put a expression '(start)' to a foot of your presentation file, additionaly.

$ clj sample/introduction-to-clojure.clj

## Reload the file
Expand Down
2 changes: 2 additions & 0 deletions sample/introduction-to-clojure.clj
Expand Up @@ -261,3 +261,5 @@
"clojure-ja")]
[(t "以上")]
)

(start)
2 changes: 2 additions & 0 deletions sample/lisp-poetry.clj
Expand Up @@ -152,3 +152,5 @@
"・Zen And The Art Of Perl Poetry"
"<http://www.perlmonks.org/?node_id=170492>")]
)

(start)
2 changes: 2 additions & 0 deletions skelton.clj
Expand Up @@ -20,3 +20,5 @@
"箇条書き2")]
;; Extra large letters
[(t "入力")])

(start)

0 comments on commit eb92185

Please sign in to comment.