Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 65ebb33

Browse files
committed
Remove unused :commands in settings
1 parent 29cea37 commit 65ebb33

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

lein-light-nrepl/src/lighttable/nrepl/core.clj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,7 @@
1818
(def old-*err* *err*)
1919
(def my-settings (atom {:name "clj"
2020
:dir (fs/absolute-path fs/cwd)
21-
:type "lein-light-nrepl"
22-
:commands [:editor.eval.clj
23-
:editor.clj.doc
24-
:editor.cljs.doc
25-
:editor.clj.hints
26-
:editor.cljs.hints
27-
:docs.clj.search
28-
:docs.cljs.search
29-
:editor.eval.clj.cancel
30-
:editor.eval.cljs
31-
:cljs.compile]}))
21+
:type "lein-light-nrepl"}))
3222

3323
(defmulti handle :op)
3424

78 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)