From 20f19447bbc258314029e1d669b6a98c250d39f8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Apr 2012 11:13:17 +0100 Subject: [PATCH] Switch from the disabled flymake-coffee mode to flymake-coffeescript --- packages.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages.el b/packages.el index 8b87896..b2a5316 100644 --- a/packages.el +++ b/packages.el @@ -63,12 +63,13 @@ :features flymake-ruby :post-init (progn (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-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"