Skip to content

Commit 7315b8d

Browse files
committed
Fix a defcustom's :safe property
1 parent 11d34cc commit 7315b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ This variable is used by `cider-connect'."
286286
(defcustom cider-inject-dependencies-at-jack-in t
287287
"When nil, do not inject repl dependencies (most likely nREPL middlewares) at `cider-jack-in' time."
288288
:type 'boolean
289-
:safe #'stringp
289+
:safe #'booleanp
290290
:version '(cider . "0.11.0"))
291291

292292
(defcustom cider-offer-to-open-cljs-app-in-browser t

0 commit comments

Comments
 (0)