diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -62,6 +62,16 @@ That should be it. (require 'flycheck-android-experimental) (setq flycheck-android-java-variant "devArm7Debug")))) += If you have a large project the default of always running generate*Sources += before checking the file might slow things down, if so set skip-gen + +(add-to-list + 'java-mode-hook + '(lambda () + (progn + (require 'flycheck-android-experimental) + (setq flycheck-android-java-skip-gen t)))) + = If you use checkstyle, you can expand the java-mode-hook: (add-to-list 'java-mode-hook |
