Tweak some OS references
This commit is contained in:
parent
11552bf9ad
commit
d09630aefb
5 changed files with 6 additions and 6 deletions
|
@ -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))
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue