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

Commit

Permalink
autoload lisppaste to work around elpa bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 5, 2009
1 parent fe72165 commit 4b471a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starter-kit-elpa.el
Expand Up @@ -33,6 +33,7 @@
;; Work around a bug in ELPA
(ignore-errors (load "elpa/inf-ruby-2.0/inf-ruby-autoloads"))
(ignore-errors (load "elpa/lisppaste-1.5/lisppaste-autoloads"))
(add-to-list 'load-path (concat dotfiles-dir "elpa/lisppaste-1.5/"))

(defun starter-kit-elpa-install ()
"Install all starter-kit packages that aren't installed."
Expand Down

0 comments on commit 4b471a0

Please sign in to comment.