]> git.earman.xyz Git - emacsinit.git/commitdiff
dont try to load mu4e on android
authorrush <iv@earman.xyz>
Fri, 19 Jun 2026 19:44:43 +0000 (15:44 -0400)
committerrush <iv@earman.xyz>
Fri, 19 Jun 2026 19:44:43 +0000 (15:44 -0400)
config.org

index e80c143a7e241bbe4afe886b86706345ff8c0df2..a371c06ccba807635721036a9fcb84d702fac139 100644 (file)
@@ -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))