[OS X Emacs] Overriding emacs-rails included with Aquamacs

Avdi Grimm avdi at avdi.org
Tue Nov 11 21:58:58 EST 2008


On Tue, Nov 11, 2008 at 9:09 PM, Chap Lovejoy <chaplovejoy at gmail.com> wrote:
> Does anyone have any ideas how to get my version to load properly?

I just have a section near the beginning of my .emacs where I add all
my local extension directories to the load-path.  E.g. (add-to-list
'load-path "~/elisp/emacs-rails").  add-to-list adds at the beginning
of the list so the newly added directories get searched first.

--
Avdi



More information about the MacOSX-Emacs mailing list