From bcbbaec50232f17e2f0ba2340046678e73a7b3be Mon Sep 17 00:00:00 2001 From: rush Date: Fri, 19 Jun 2026 15:44:43 -0400 Subject: [PATCH] dont try to load mu4e on android --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index e80c143..a371c06 100644 --- a/config.org +++ b/config.org @@ -390,7 +390,7 @@ Shows the trash file as a dired buffer #+END_SRC ** Use mu4e on my home pcs #+BEGIN_SRC emacs-lisp -(unless (equal system-type 'windows-nt) +(unless (equal system-type (or 'android 'windows-nt)) (unless (package-installed-p 'mu4e) (package-refresh-contents) (package-install 'mu4e)) -- 2.39.5