diff options
author | Alan Pearce | 2019-08-06 15:16:36 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-06 15:16:36 +0200 |
commit | 2798407c65bdc3512a93e18e30ecd1f461b5c4fb (patch) | |
tree | 2f74231c8877116d669581e0b429d74de548c1d8 /emacs | |
parent | 949fe767aab789f269da4b3d9a8b9d2901080980 (diff) | |
download | dotfiles-2798407c65bdc3512a93e18e30ecd1f461b5c4fb.tar.lz dotfiles-2798407c65bdc3512a93e18e30ecd1f461b5c4fb.tar.zst dotfiles-2798407c65bdc3512a93e18e30ecd1f461b5c4fb.zip |
Emacs: auto-update mu4e
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
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 |