Switch from the disabled flymake-coffee mode to flymake-coffeescript

This commit is contained in:
2012-04-06 11:13:17 +01:00
parent 207c93ab21
commit 20f19447bb

View File

@@ -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"