Add dependency on timezone library

This commit is contained in:
Patrick Winter 2019-11-08 17:33:57 +01:00
parent 5be6bdea1f
commit 5f2905e38f

View file

@ -36,6 +36,7 @@
(require 'json) (require 'json)
(require 'dash) (require 'dash)
(require 'transient) (require 'transient)
(require 'timezone)
(defgroup taskwarrior nil "An emacs frontend to taskwarrior.") (defgroup taskwarrior nil "An emacs frontend to taskwarrior.")