Skip to content

Commit 2de15d1

Browse files
committed
Mark nrepl-log-messages as safe
This way it can be customized on a per-project basis using .dir-locals.el without warnings.
1 parent cc7bfb0 commit 2de15d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nrepl-client.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,8 @@ Enabling the logging might have a negative impact on performance,
10651065
so it's not recommended to keep it enabled unless you need to
10661066
debug something."
10671067
:type 'boolean
1068-
:group 'nrepl)
1068+
:group 'nrepl
1069+
:safe #'booleanp)
10691070

10701071
(defconst nrepl-message-buffer-max-size 1000000
10711072
"Maximum size for the nREPL message buffer.

0 commit comments

Comments
 (0)