Disable nrepl-log-messages

This commit is contained in:
David Morgan 2022-12-05 12:21:04 +00:00
parent cedb1b92c5
commit c3ad45ac28
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
;; cider-switch-to-repl-on-insert nil
cider-xref-fn-depth 90
cider-repl-history-file ".cider-repl-history"
nrepl-log-messages t
;; nrepl-log-messages t
cider-connection-message-fn nil
cider-show-error-buffer 'except-in-repl
clojure-toplevel-inside-comment-form t)