From 282e95f93dfc5375a537c4d30d72262dabce4df6 Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 23 Jun 2026 09:28:42 -0400 Subject: [PATCH] Better checking of system type for mu4e --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5