From 64e9a575d73b93f11c3c8de5405a26b47f2970ca Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Jan 2012 09:23:25 +0000 Subject: [PATCH] renamed bird-of-paradise-plus package to a more accurate name, and hook it into load-theme correctly --- packages.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages.el b/packages.el index ab50e55..4b48e0a 100644 --- a/packages.el +++ b/packages.el @@ -28,9 +28,12 @@ ;; (setq el-get-sources - '((:name color-theme-birds-of-paradise-plus + '((:name birds-of-paradise-plus-theme :type git - :url "git://github.com/jimeh/birds-of-paradise-plus-theme.el.git") + :url "git://github.com/jimeh/birds-of-paradise-plus-theme.el.git" + :post-init (lambda () + (push "~/.emacs.d/el-get/birds-of-paradise-plus-theme" + custom-theme-load-path))) ;; (:name color-theme-birds-of-paradise ;; :type git ;; :url "https://gist.github.com/1130343.git"