temporarily disabled flymake-coffee as it was causing some issues which I haven't had time to dig into yet

This commit is contained in:
2012-01-05 14:51:00 +00:00
parent 209acc13c9
commit 9f80eb6d32

View File

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