From 12b9b6da49e053fa63b6037848d9ef9ceb7324dd Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:58:37 +0400 Subject: [PATCH] do that for mu4e too --- config/emacs/emacs.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 21921cb8..6c5c3996 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1241,11 +1241,13 @@ okay this one is a bit more understandable (use-package elcord) #+end_src ** Email -This has to be one of the hardest things to configure on windows -I should just switch to Linux at this point :( +This ONLY works on Linux and Darwin +Not windows #+begin_src emacs-lisp - (use-pacakage mu4e) + (when (eq system-type 'gnu/linux) + (use-pacakage mu4e) + ) #+end_src * Org Mode Configuration Setup