Hello, * Robert Horn <[EMAIL PROTECTED]> [20.05.07 20:16]: > I'm not sure exactly how I did this. It may be unique to Aquamacs, or > general for all emacsen. Somehow, while playing with the customized > options, I got the muse-project-alist put into the customization file.
Yeah, that somewhat tricky with aquamacs: It reads a couple of config files at startup: http://www.emacswiki.org/cgi-bin/wiki/PreferencesInAquamacs ,----[ http://www.emacswiki.org/cgi-bin/wiki/PreferencesInAquamacs ]--- | ~/.emacs (deprecated in Aquamacs on OS X) | /Library/Preferences/Emacs/Preferences.el | /Library/Preferences/Aquamacs Emacs/Preferences.el | ~/Library/Preferences/Emacs/Preferences.el | ~/Library/Preferences/Aquamacs Emacs/Preferences.el `---- So the later will overwrite the former. And customisations are stored in in ~/Library/Preferences/Emacs/Preferences.el iirc, so you get somehow lost in two config files if you are using .emacs. Pretty sad if you ask me, and I think there is no need to do it this way, but this is how the aquamacs maintainer thinks. But aquamacs currently the best solution under OS X. Philipp _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
