Index Emagician Base Install Meta Interface Programming Text Org Lamp Journal Snippets jonnay.netFork on Github

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

3.1.1 You will want to get the latest version of mactex to make this go:

Author: Jonathan Arkell

Created: 2018-05-18 Fri 10:31

Validate