feat(android): Add Android platform support

Configure dirvish, org, and package loading for Android: - Use
shared storage paths for org notes on Android - Adjust dirvish
layout and hide details for smaller screens - Disable async package on Android due to compatibility
This commit is contained in:
2026-05-19 21:47:30 +08:00
parent ff77b5cafe
commit 4024ded7c6
3 changed files with 33 additions and 12 deletions

View File

@@ -10,11 +10,12 @@
(use-package restart-emacs)
;; async
(use-package async
:init
(dired-async-mode)
(async-bytecomp-package-mode 1)
(setq async-bytecomp-allowed-packages '(all)))
(unless *is-android*
(use-package async
:init
(dired-async-mode)
(async-bytecomp-package-mode 1)
(setq async-bytecomp-allowed-packages '(all))))
;; multiple-cursors
(use-package multiple-cursors