Disable flymake-coffeescript for now

This commit is contained in:
2012-04-19 00:48:10 +01:00
parent 83ac0f81cc
commit 1aa416c70c

View File

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