From 633f74b010a979a0d3c917deccf5962557998eee Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 6 Feb 2019 10:49:35 -0500 Subject: [PATCH] Add a crontab file --- crontab/crontab | 1 + 1 file changed, 1 insertion(+) create mode 100644 crontab/crontab diff --git a/crontab/crontab b/crontab/crontab new file mode 100644 index 0000000..68e400e --- /dev/null +++ b/crontab/crontab @@ -0,0 +1 @@ +*/5 * * * * /usr/local/bin/emacsclient -e "(mu4e-update-mail-and-index t)" \ No newline at end of file