From 5f2905e38f080de4aca9482b38f3b17a529d2d37 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Fri, 8 Nov 2019 17:33:57 +0100 Subject: [PATCH] Add dependency on timezone library --- taskwarrior.el | 1 + 1 file changed, 1 insertion(+) diff --git a/taskwarrior.el b/taskwarrior.el index d858adb..bd73210 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -36,6 +36,7 @@ (require 'json) (require 'dash) (require 'transient) +(require 'timezone) (defgroup taskwarrior nil "An emacs frontend to taskwarrior.")