From e9a494acd320384a50e4edcd6fec3b0c01beaa31 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 2 Jul 2012 23:44:27 +0100 Subject: [PATCH] Install feature-mode, fci-mode and highlight-indentation from Melpa --- packages.el | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages.el b/packages.el index 2b7388d..20cd8e3 100644 --- a/packages.el +++ b/packages.el @@ -30,6 +30,8 @@ autopair browse-kill-ring coffee-mode + feature-mode + fill-column-indicator flymake-coffee flymake-css flymake-cursor @@ -40,6 +42,7 @@ flymake-shell full-ack haml-mode + highlight-indentation inf-ruby magit magithub @@ -63,7 +66,6 @@ ;; Packages to install from el-get (defvar my-el-get-packages '(ecb - highlight-indentation rhtml-mode tomorrow-night-paradise-theme) "A list of packages to install from el-get at launch.") @@ -82,16 +84,9 @@ :pkgname "renard/escreen-el" :post-init (progn (autoload 'escreen-install "escreen" nil t))) - (:name feature-mode - :type git - :url "git://github.com/michaelklishin/cucumber.el.git") ;; (:name flymake-elisp ;; :type git ;; :url "git://gist.github.com/1130849.git") - (:name fill-column-indicator - :type git - :url "git://github.com/alpaker/Fill-Column-Indicator.git" - :features fill-column-indicator) (:name hackertype :type git :url "https://github.com/bitemyapp/hacker-type-emacs.git"