Closed tibbe closed 12 years ago
Looks like gist.el has been updated with a new version that requires Emacs 24. Might be able to work around it by removing references to the gist package.
I can confirm that removing the mention of gist in starter-kit-elpa.el
works around the issue.
Works for me too. Thanks.
Using a pristine checkout of emacs-starter-kit v1, Emacs 23.1.1, and no user-specific config,
init.el
fails to load with this error:Starting emacs with
--debug-init
gives this backtrace:The mentioned buffer position, 1293, corresponds to the call to
package-initialize
initinit.el
.Here's the compilation log from
rm -rf elpa/*
and re-starting Emacs: