From 9f94523897be3e522f096fe84366e3b565677ff4 Mon Sep 17 00:00:00 2001 From: Sako <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:58:39 +0400 Subject: [PATCH] Update emacs.org --- config/emacs/emacs.org | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index d3fbcaeb..2d789ec3 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1306,10 +1306,19 @@ okay this one is a bit more understandable :straight t) #+end_src> ** 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 - (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 * Org Mode Configuration Setup ** Babel Languages