do that for mu4e too
This commit is contained in:
parent
07122d139b
commit
12b9b6da49
|
@ -1241,11 +1241,13 @@ okay this one is a bit more understandable
|
||||||
(use-package elcord)
|
(use-package elcord)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Email
|
** Email
|
||||||
This has to be one of the hardest things to configure on windows
|
This ONLY works on Linux and Darwin
|
||||||
I should just switch to Linux at this point :(
|
Not windows
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
(when (eq system-type 'gnu/linux)
|
||||||
(use-pacakage mu4e)
|
(use-pacakage mu4e)
|
||||||
|
)
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* Org Mode Configuration Setup
|
* Org Mode Configuration Setup
|
||||||
|
|
Loading…
Reference in a new issue