From a38a05c79c18ba981af81d360ae7f588f16f7666 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 May 2014 09:24:52 -0400 Subject: [PATCH] disable flymake-mode for c and java --- emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs b/emacs index 74e2aaf..a9a5ad9 100644 --- a/emacs +++ b/emacs @@ -52,6 +52,9 @@ (require 'flymake-jshint) (add-hook 'js-mode-hook 'flymake-mode) +(add-hook 'java-mode-hook 'flymake-mode-off) +(add-hook 'c-mode-hook 'flymake-mode-off) + (require 'projectile) ;(setq projectile-completion-system 'grizzl) (setq projectile-completion-system 'ido)