Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Work around an ELPA bug people are seeing.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jun 2, 2009
1 parent 4296e35 commit 4b2f1c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starter-kit-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ just have to assume it's online."
(unless package-archive-contents (package-refresh-contents))
(starter-kit-elpa-install))

;; Workaround for an ELPA bug that people are reporting but I've been
;; unable to reproduce:
(autoload 'paredit-mode "paredit")

(provide 'starter-kit-elpa)

0 comments on commit 4b2f1c4

Please sign in to comment.