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