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:
parent
c03113906a
commit
5d77d317a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue