From: rush Date: Fri, 19 Jun 2026 19:44:43 +0000 (-0400) Subject: dont try to load mu4e on android X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=bcbbaec50232f17e2f0ba2340046678e73a7b3be;p=emacsinit.git dont try to load mu4e on android --- 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))