Skip to content

Commit a5f42c1

Browse files
committed
Open Clojure files individually
1 parent 6caa7b7 commit a5f42c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitpod.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ tasks:
1414
- name: Prepare deps
1515
init: clojure -Sdeps '{:deps {nrepl/nrepl {:mvn/version,"0.8.3"},cider/cider-nrepl {:mvn/version,"0.26.0"}}}' -P
1616
- name: INSTRUCTIONS
17-
command: code src/getting_started/*.clj doc/INSTRUCTIONS.md
18-
17+
command: doc/INSTRUCTIONS.md src/get_started/hello_repl.clj src/get_started/welcome_to_clojure.clj code src/get_started/hello_paredit.clj

0 commit comments

Comments
 (0)