mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/java: remove vestigial function call
Reported by @ztlevi
This commit is contained in:
@ -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 ()
|
||||||
|
Reference in New Issue
Block a user