From 9f80eb6d32475d05af259a49f159eab6af1bba81 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 5 Jan 2012 14:51:00 +0000 Subject: [PATCH] temporarily disabled flymake-coffee as it was causing some issues which I haven't had time to dig into yet --- packages.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages.el b/packages.el index ba0c96c..ab50e55 100644 --- a/packages.el +++ b/packages.el @@ -62,12 +62,12 @@ :features flymake-ruby :post-init (lambda () (add-hook 'ruby-mode-hook 'flymake-ruby-load))) - (:name flymake-coffee - :type git - :url "git://github.com/purcell/flymake-coffee.git" - :features flymake-coffee - :post-init (lambda () - (add-hook 'coffee-mode-hook 'flymake-coffee-load))) + ;; (:name flymake-coffee + ;; :type git + ;; :url "git://github.com/purcell/flymake-coffee.git" + ;; :features flymake-coffee + ;; :post-init (lambda () + ;; (add-hook 'coffee-mode-hook 'flymake-coffee-load))) (:name fill-column-indicator :type git :url "git://github.com/alpaker/Fill-Column-Indicator.git"