From c0f8e0d8581f69342b1ab4b879d6b7a3ff71ebb3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 10 Sep 2011 00:09:16 +0100 Subject: [PATCH] added hacker-type --- packages.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages.el b/packages.el index a374d8f..8ea706e 100644 --- a/packages.el +++ b/packages.el @@ -63,6 +63,11 @@ :type git :url "git://github.com/alpaker/Fill-Column-Indicator.git" :features fill-column-indicator) + (:name hacker-type + :type git + :url "https://github.com/bitemyapp/hacker-type-emacs.git" + :features hacker-type + :load "hackertype.el") (:name lusty-explorer :type emacswiki :features lusty-explorer)