From 680cc4fa085abc587603cf455dbad7cc0f72db4b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 9 Sep 2011 09:15:40 +0100 Subject: [PATCH] added lusty-explorer to package list still unsure if I wanna use it as a replacement for ido's find file/buffer --- packages.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages.el b/packages.el index d2753b6..a374d8f 100644 --- a/packages.el +++ b/packages.el @@ -63,6 +63,9 @@ :type git :url "git://github.com/alpaker/Fill-Column-Indicator.git" :features fill-column-indicator) + (:name lusty-explorer + :type emacswiki + :features lusty-explorer) (:name ruby-mode :type svn :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc/")))