Update emacs.org
This commit is contained in:
parent
b269f5a7a9
commit
9f94523897
1 changed files with 12 additions and 3 deletions
|
@ -1306,10 +1306,19 @@ okay this one is a bit more understandable
|
||||||
:straight t)
|
:straight t)
|
||||||
#+end_src>
|
#+end_src>
|
||||||
** Email
|
** Email
|
||||||
isnt this like really old??
|
This has to be one of the hardest things to configure on windows
|
||||||
|
I should just switch to Linux at this point :(
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package gnus
|
|
||||||
:config)
|
(if (eq system-type 'windows-nt)
|
||||||
|
(use-package mu4e
|
||||||
|
:load-path "C:/msys64/usr/local/share/emacs/site-lisp/mu4e"
|
||||||
|
:custom
|
||||||
|
(mu4e-mu-binary "C:/msys64/usr/local/bin/mu.exe")))
|
||||||
|
|
||||||
|
;; we need this regardless of platform
|
||||||
|
(use-package smtpmail
|
||||||
|
:straight t)
|
||||||
#+end_src
|
#+end_src
|
||||||
* Org Mode Configuration Setup
|
* Org Mode Configuration Setup
|
||||||
** Babel Languages
|
** Babel Languages
|
||||||
|
|
Loading…
Reference in a new issue