adding vim back. helix tweaking. adding mu4e

This commit is contained in:
2022-01-28 12:28:52 -05:00
parent 011c37d72c
commit 745a4c1f96
3 changed files with 177 additions and 162 deletions

View File

@@ -38,6 +38,15 @@
(setq calendar-week-start-day 1)
(setq calendar-day-header-array ["" "" "" "" "" "" ""])
(set-email-account! "FastMail"
'((mu4e-sent-folder . "/FastMail/Sent")
(mu4e-drafts-folder . "/FastMail/Drafts")
(mu4e-trash-folder . "/FastMail/Trash")
(mu4e-refile-folder . "/FastMail/Archive")
(smtpmail-smtp-user . "dustin@dustinswan.com"))
; (user-mail-address . "dustin@dustinswan.com") ;; only needed for mu < 1.4
t)
;; Here are some additional functions/macros that could help you configure Doom:
;;
;; - `load!' for loading external *.el files relative to this one

View File

@@ -172,7 +172,7 @@
;;zig ; C, but simpler
:email
;;(mu4e +org +gmail)
(mu4e +org)
;;notmuch
;;(wanderlust +gmail)