From 4b471a05ff6d2784de7d3d3320af7af202f698ab Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Thu, 5 Feb 2009 15:31:04 -0800 Subject: [PATCH] autoload lisppaste to work around elpa bug. --- starter-kit-elpa.el | 1 + 1 file changed, 1 insertion(+) diff --git a/starter-kit-elpa.el b/starter-kit-elpa.el index 5976effc8b..ee61330fd2 100644 --- a/starter-kit-elpa.el +++ b/starter-kit-elpa.el @@ -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."