Tweak some OS references

This commit is contained in:
Bozhidar Batsov 2018-05-06 13:35:38 +03:00
parent 11552bf9ad
commit d09630aefb
5 changed files with 6 additions and 6 deletions

View file

@ -56,7 +56,7 @@
;; select the default value from slime-lisp-implementations
(if (and (eq system-type 'darwin)
(executable-find "ccl"))
;; default to Clozure CL on OS X
;; default to Clozure CL on macOS
(setq slime-default-lisp 'ccl)
;; default to SBCL on Linux and Windows
(setq slime-default-lisp 'sbcl))