File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -218,23 +218,17 @@ With a prefix argument, prompt for function to run instead of -main."
218
218
(define-key map (kbd " C-r" ) #'cider-insert-region-in-repl )
219
219
(define-key map (kbd " C-n" ) #'cider-insert-ns-form-in-repl )))
220
220
221
- (defcustom cider-switch-to-repl-after -insert-p t
222
- " Whether to switch to the repl after inserting a form into the repl ."
221
+ (defcustom cider-switch-to-repl-on -insert t
222
+ " Whether to switch to the REPL when inserting a form into the REPL ."
223
223
:type 'boolean
224
224
:group 'cider
225
- :package-version '(cider . " 0.18 .0" ))
225
+ :package-version '(cider . " 0.21 .0" ))
226
226
227
227
(define-obsolete-variable-alias
228
228
'cider-switch-to-repl-after-insert-p
229
229
'cider-switch-to-repl-on-insert
230
230
" 0.21.0" )
231
231
232
- (defcustom cider-switch-to-repl-on-insert t
233
- " Whether to switch to the REPL when inserting a form into the REPL."
234
- :type 'boolean
235
- :group 'cider
236
- :package-version '(cider . " 0.21.0" ))
237
-
238
232
(defcustom cider-invert-insert-eval-p nil
239
233
" Whether to invert the behavior of evaling.
240
234
Default behavior when inserting is to NOT eval the form and only eval with
You can’t perform that action at this time.
0 commit comments