From 1aa416c70ced908d396818e75724a1dc190a67f6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Apr 2012 00:48:10 +0100 Subject: [PATCH] Disable flymake-coffeescript for now --- packages.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages.el b/packages.el index b2a5316..ebf9310 100644 --- a/packages.el +++ b/packages.el @@ -63,13 +63,13 @@ :features flymake-ruby :post-init (progn (add-hook 'ruby-mode-hook 'flymake-ruby-load))) - (:name flymake-coffeescript - :type git - :url "https://github.com/kui/flymake-coffeescript.git" - :features flymake-coffeescript - :post-init (progn - (add-hook 'coffee-mode-hook - 'flymake-coffeescript-load))) + ;; (:name flymake-coffeescript + ;; :type git + ;; :url "https://github.com/kui/flymake-coffeescript.git" + ;; :features flymake-coffeescript + ;; :post-init (progn + ;; (add-hook 'coffee-mode-hook + ;; 'flymake-coffeescript-load))) (:name fill-column-indicator :type git :url "git://github.com/alpaker/Fill-Column-Indicator.git"