Merge pull request #29 from sorawee/patch-1

Add /Library/TeX/texbin as another candidate-dir
This commit is contained in:
Jens Axel Søgaard 2016-02-17 19:00:44 +01:00
commit 28e7d932c7

View File

@ -92,4 +92,4 @@
;; here so that the "scribble pdf" button is more
;; likely to work in drracket
(define macosx-candidate-dirs
'("/usr/texbin"))
'("/usr/texbin" "/Library/TeX/texbin"))