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))

View file

@ -62,7 +62,7 @@
;; use pdflatex
(setq TeX-PDF-mode t)
;; sensible defaults for OS X, other OSes should be covered out-of-the-box
;; sensible defaults for macOS, other OSes should be covered out-of-the-box
(when (eq system-type 'darwin)
(setq TeX-view-program-selection
'((output-dvi "DVI Viewer")