dot/lisp-init.lisp: Use `double-float' by default.
[profile] / dot / lisp-init.lisp
index 44af5fe..64faf2b 100644 (file)
    (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)