do that for mu4e too
This commit is contained in:
parent
07122d139b
commit
12b9b6da49
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue