lang/java: remove vestigial function call

Reported by @ztlevi
This commit is contained in:
Henrik Lissner 2019-05-03 19:44:07 -04:00
parent bd79f942d3
commit 90922caad0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -24,11 +24,13 @@
;;;###autoload ;;;###autoload
(defun +java|android-mode-maybe () (defun +java|android-mode-maybe ()
(when (project-file-exists-p! (or "local.properties" "Enable `android-mode' if this looks like an android project.
"AndroidManifest.xml"
It determines this by the existence of AndroidManifest.xml or
src/main/AndroidManifest.xml."
(when (project-file-exists-p! (or "AndroidManifest.xml"
"src/main/AndroidManifest.xml")) "src/main/AndroidManifest.xml"))
(android-mode +1) (android-mode +1)))
(doom/set-build-command "./gradlew %s" "build.gradle")))
;;;###autoload ;;;###autoload
(defun +java-current-package () (defun +java-current-package ()