From 47bb0511480089ef75a7a1e670a7dc87c3bc973c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 2 Jul 2012 23:45:44 +0100 Subject: [PATCH] Load ruby-electric from a git repo without a bunch of other stuff --- packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.el b/packages.el index e6e1e72..60c0536 100644 --- a/packages.el +++ b/packages.el @@ -102,8 +102,8 @@ ;; (add-to-list 'load-path (concat rsense-home "/etc")) ;; (require 'rsense))) (:name ruby-electric - :type http - :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc/ruby-electric.el") + :type github + :pkgname "qoobaa/ruby-electric") (:name tiling :type emacswiki :features tiling)