overtone / emacs-live

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

Discrepancy with adding live-packs using emacs-live.el? #127

Open TrevorS opened 11 years ago

TrevorS commented 11 years ago

In the install script a live-pack is configured to be loaded by using the live-add-packs command.

In the live-pack documentation it says to use the live-append-packs command to add a live-pack to the list of live-packs to be loaded.

So I checked out live-core.el and those two functions have the same body.

Is this for backwards compatibility or something else I haven't thought of? :)

Just wanted to point this out!