From d883c98a281494701f6de58ff1f38519e1154f1c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 13 Oct 2021 21:29:18 -0500 Subject: Add a comment I thought I just fixed a typo ... --- init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index a2b8368..089ed1f 100644 --- a/init.el +++ b/init.el @@ -810,10 +810,13 @@ specific to most general, they are these: ("/Trash" . ?t))))))) mu4e-get-mail-command "mbsync -a" mu4e-maildir "~/mail" - mu4e-update-interval (unless (file-exists-p - (expand-file-name - "systemd/user/mbsync.timer" - (getenv "XDG_CONFIG_HOME"))) + mu4e-update-interval (unless + ;; I just realized... there is probably a + ;; /much/ better way to do this. + (file-exists-p + (expand-file-name + "systemd/user/mbsync.timer" + (getenv "XDG_CONFIG_HOME"))) (* 60 5)) sendmail-program (seq-some #'executable-find '("msmtp" -- cgit 1.4.1-21-gabe81