mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
12
packages.el
12
packages.el
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user