summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2019-08-06 15:16:36 +0200
committerAlan Pearce2019-08-06 15:16:36 +0200
commit2798407c65bdc3512a93e18e30ecd1f461b5c4fb (patch)
tree2f74231c8877116d669581e0b429d74de548c1d8 /emacs/.emacs.d/main.el
parent949fe767aab789f269da4b3d9a8b9d2901080980 (diff)
downloaddotfiles-2798407c65bdc3512a93e18e30ecd1f461b5c4fb.tar.lz
dotfiles-2798407c65bdc3512a93e18e30ecd1f461b5c4fb.tar.zst
dotfiles-2798407c65bdc3512a93e18e30ecd1f461b5c4fb.zip
Emacs: auto-update mu4e
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index c66941c..06432fd 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -662,6 +662,7 @@ With two prefix arguments, write out the day and month name."
   :init (setq mail-user-agent #'mu4e-user-agent)
   :custom ((mu4e-completing-read-function #'ivy-completing-read)
            (mu4e-maildir "~/mail")
+           (mu4e-update-interval 600)
            (mu4e-compose-format-flowed t))
   :config (progn
             (with-eval-after-load 'evil-ex