File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ version from the CIDER package or library.")
116
116
" Params passed to Leiningen to start an nREPL server via `cider-jack-in' ."
117
117
:type 'string
118
118
:group 'cider
119
- :safe #'stringp )
119
+ :safe #'stringp )
120
120
121
121
(defcustom cider-boot-command
122
122
" boot"
@@ -130,15 +130,15 @@ version from the CIDER package or library.")
130
130
" Command global options used to execute Boot (e.g.: -c for checkouts)."
131
131
:type 'string
132
132
:group 'cider
133
- :safe #'stringp
133
+ :safe #'stringp
134
134
:package-version '(cider . " 0.14.0" ))
135
135
136
136
(defcustom cider-boot-parameters
137
137
" repl -s -H :: wait"
138
138
" Params passed to boot to start an nREPL server via `cider-jack-in' ."
139
139
:type 'string
140
140
:group 'cider
141
- :safe #'stringp
141
+ :safe #'stringp
142
142
:package-version '(cider . " 0.9.0" ))
143
143
144
144
(defcustom cider-gradle-command
You can’t perform that action at this time.
0 commit comments