overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 242 forks source link

Overriding bundled extensions with extensions from my personal live-pack. #45

Closed TrevorS closed 12 years ago

TrevorS commented 12 years ago

The ace-jump-mode included with emacs-live is version 1.0, but I'm interested in using a newer version of ace-jump-mode. I've included the newer version in one of my live-packs, but I'm not sure the best way to override the older version's function definition and instead use the newer one.

Currently I've just commented out the older ace-jump-mode require in the bundled live-pack, but I'd rather not have to touch your code when attempting to use my own versions of extensions that are already bundled in.

samaaron commented 12 years ago

Currently, there's no way to suppress the loading of an arbitrary file in Emacs Live. This is perhaps something to consider for the future.

Two further points:

Happy Hacking!