Darwin (OS X)
Table of Contents
1 Fixes
1.1 Fix info path to work with homebrew
But this does… after going to the actual download dir and doing a make install-info
(add-to-list 'Info-directory-list "/usr/local/info")
1.2 Fix broken colors on emacs for mac os x
(when (fboundp 'ns-list-colors)
(setq x-colors (ns-list-colors)))
2 Interface
2.1 Remap "hyper" to be meta
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'meta)
3 Integrations
3.1 Assuming a standard latex setup
(setq org-latex-to-pdf-process
'("/usr/texbin/pdflatex -interaction nonstopmode -output-directory %o %f"))