chiark / gitweb /
dot/ipython-config.py: Fix bungled capability check.
[profile] / dot / lisp-init.lisp
index 44af5fe214145f33754b34320e96e2eb08542b15..64faf2bdb0fe24c790012115914d4f7fbff3c37a 100644 (file)
@@ -126,6 +126,9 @@ (set-dispatch-macro-character
    (declare (ignore char arg))
    (values (read-line stream))))
 
+;; Use double-precision by default.
+(setf *read-default-float-format* 'double-float)
+
 ;; Start up Swank.
 (export 'crank-swank)
 (defun crank-swank (&rest args)