[OS X Emacs] Running Aquamacs and MacPorts Emacs.app

Pascal J. Bourguignon pjb at informatimago.com
Sun Dec 15 09:39:33 EST 2013


Peter West <lists at pbw.id.au> writes:

> Is this possible?
>
> If so, how do I keep initialisations and customisations from each app isolated?

Put only this in ~/.emacs :

(let ((rcfile (if (boundp 'aquamacs-version)
                  "~/.emacs-aquamacs")
                  "~/.emacs-gnuemacs"))
  (load rcfile)
  (setq custom-file rcfile))

and have the two ~.emacs-{aqua,gnue}macs files.

-- 
__Pascal Bourguignon__
http://www.informatimago.com/



More information about the MacOSX-Emacs mailing list