fix(clojure): obsolete ref to cider-repl-print-length

cider-repl-print-length has been obsolete for a long time.
This commit is contained in:
Krzysztof Baranowski 2024-03-04 22:12:34 -08:00 committed by GitHub
parent c03113906a
commit 5d77d317a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,7 @@
nrepl-log-messages nil nrepl-log-messages nil
cider-font-lock-dynamically '(macro core function var deprecated) cider-font-lock-dynamically '(macro core function var deprecated)
cider-overlays-use-font-lock t cider-overlays-use-font-lock t
cider-print-options '(("length" 100))
cider-prompt-for-symbol nil cider-prompt-for-symbol nil
cider-repl-history-display-duplicates nil cider-repl-history-display-duplicates nil
cider-repl-history-display-style 'one-line cider-repl-history-display-style 'one-line
@ -88,7 +89,6 @@
cider-repl-history-highlight-inserted-item t cider-repl-history-highlight-inserted-item t
cider-repl-history-size 1000 cider-repl-history-size 1000
cider-repl-result-prefix ";; => " cider-repl-result-prefix ";; => "
cider-repl-print-length 100
cider-repl-use-clojure-font-lock t cider-repl-use-clojure-font-lock t
cider-repl-use-pretty-printing t cider-repl-use-pretty-printing t
cider-repl-wrap-history nil cider-repl-wrap-history nil