Skip to content

Commit

Permalink
Add autoloads to work around bad yaml-mode packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 13, 2010
1 parent 6cefb65 commit 0fbf41f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion starter-kit-elpa.el
Expand Up @@ -43,6 +43,9 @@ just have to assume it's online."

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

;; Workaround for bug in the ELPA package for yaml-mode
(autoload 'yaml-mode "yaml-mode" "" t)

(provide 'starter-kit-elpa)

0 comments on commit 0fbf41f

Please sign in to comment.