Use default print-right-margin
This commit is contained in:
parent
9f9f04b626
commit
1736adb171
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@
|
|||
|
||||
(def pprint-ns (vars/->SciNamespace 'clojure.pprint nil))
|
||||
|
||||
(def print-right-margin (sci/new-dynamic-var 'print-right-margin 70 {:ns pprint-ns}))
|
||||
(def print-right-margin
|
||||
(sci/new-dynamic-var 'print-right-margin pprint/*print-right-margin* {:ns pprint-ns}))
|
||||
|
||||
(defn print-table
|
||||
"Prints a collection of maps in a textual table. Prints table headings
|
||||
|
|
|
|||
Loading…
Reference in a new issue