fix(base): Correct async package loading condition on Android

This commit is contained in:
User
2026-07-02 17:33:25 +08:00
parent 3aa98696cf
commit abe00aa936
2 changed files with 5 additions and 7 deletions

View File

@@ -79,11 +79,11 @@
(use-package restart-emacs)
;; async
(if *is-android*
(use-package async
:hook
(after-init . dired-async-mode)
(after-init . async-bytecomp-package-mode)))
(unless *is-android*
(use-package async
:hook
(after-init . dired-async-mode)
(after-init . async-bytecomp-package-mode)))
;; autorevert buffer
(use-package autorevert