Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
;;; .itunes.el --- Package to interact with iTunes & Apple music from within Emacs | |
;;; Commentary: | |
;; | |
;;; Code: | |
(require 'dash) | |
(defvar -itunes-playlist "Emacs - temporary" | |
"The name of the playlist to create for temporary housing tracks.") |
## Copy this file into config.site ## | |
CC="cc -xc99" | |
CPPFLAGS="-I/opt/csw/include" | |
CFLAGS="-I/opt/csw/include -O -xlibmieee" | |
LDFLAGS="-L/opt/csw/lib" | |
F77=f95 | |
FFLAGS=-O | |
CXX="CC -library=stlport4" | |
CXXFLAGS=-O | |
FC=f95 |