dot/lisp-init.lisp: Partially mitigate CMU CL's daft EOF behaviour.
[profile] / dot / lisp-init.lisp
index ba26d22..3cdcd5e 100644 (file)
 ;; Obtain ASDF from somewhere.
 (require "asdf")
 
+;; Get CMU CL to quit on EOF.
+#+cmu
+(setf ext:*batch-mode* t)
+
 ;; Tell SBCL where to find its source source.
 #+sbcl
 (sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")