From: rearman Date: Tue, 23 Jun 2026 13:28:42 +0000 (-0400) Subject: Better checking of system type for mu4e X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=282e95f93dfc5375a537c4d30d72262dabce4df6;p=emacsinit.git Better checking of system type for mu4e --- diff --git a/config.org b/config.org index 4e30290..5adbb23 100644 --- a/config.org +++ b/config.org @@ -391,7 +391,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 (or 'android 'windows-nt)) +(when (eq system-type 'gnu/linux) (unless (package-installed-p 'mu4e) (package-refresh-contents) (package-install 'mu4e))