diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -52,6 +52,16 @@ apply plugin: org.thejk.FlycheckAndroidExperimentalInitPlugin That should be it. += If you have product flavors you might want to specify which += variant should be used. + +(add-to-list + 'java-mode-hook + '(lambda () + (progn + (require 'flycheck-android-experimental) + (setq flycheck-android-java-variant "devArm7Debug")))) + = If you use checkstyle, you can expand the java-mode-hook: (add-to-list 'java-mode-hook |
