From 7841eae691f83627bc1b2e25ccff53e22c4de634 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 2 Jul 2012 23:45:16 +0100 Subject: [PATCH] Remove old package definitions no longer needed --- packages.el | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/packages.el b/packages.el index 30833fd..e6e1e72 100644 --- a/packages.el +++ b/packages.el @@ -84,9 +84,6 @@ :pkgname "renard/escreen-el" :post-init (progn (autoload 'escreen-install "escreen" nil t))) - ;; (:name flymake-elisp - ;; :type git - ;; :url "git://gist.github.com/1130849.git") (:name hackertype :type git :url "https://github.com/bitemyapp/hacker-type-emacs.git" @@ -110,22 +107,6 @@ (:name tiling :type emacswiki :features tiling) - ;; (:name twilight-anti-bright-theme - ;; :description "A light-on-dark Emacs theme inspired by the dark-on-light Twilight Bright TextMate theme." - ;; :website "https://github.com/jimeh/twilight-anti-bright-theme" - ;; :type github - ;; :pkgname "jimeh/twilight-anti-bright-theme" - ;; :minimum-emacs-version 24 - ;; :post-init (add-to-list 'custom-theme-load-path - ;; default-directory)) - ;; (:name twilight-bright-theme - ;; :description "A Emacs port of the TextMate theme by the same name by Florian Pichler with some minor tweaks and additions." - ;; :website "https://github.com/jimeh/twilight-bright-theme.el" - ;; :type github - ;; :pkgname "jimeh/twilight-bright-theme.el" - ;; :minimum-emacs-version 24 - ;; :post-init (add-to-list 'custom-theme-load-path - ;; default-directory)) ))