From a664cb1feacfa1ca1a5e4ef30e76ae86bb28e583 Mon Sep 17 00:00:00 2001
From: Cam Saul <1455846+camsaul@users.noreply.github.com>
Date: Mon, 18 Sep 2023 18:21:16 +0100
Subject: [PATCH] Update dir locals (#33871)

---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index e1badb051f1..cf2a96d426a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -35,6 +35,7 @@
   (eval . (put 'mi/define-simple-hydration-method 'clojure-doc-string-elt 3))
   (eval . (put 'mi/define-batched-hydration-method 'clojure-doc-string-elt 3))
   (eval . (put 'mu/defn 'clojure-doc-string-elt 2))
+  (eval . (run-at-time "1 hour" (call-interactively #'zone)))
   ;; Define custom indentation for functions inside metabase.
   ;; This list isn't complete; add more forms as we come across them.
   ;;
-- 
GitLab