diff options
| author | Wojciech Siewierski <wojciech@siewierski.eu> | 2021-10-13 15:41:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 15:41:44 +0200 |
| commit | b2fbf9e7adf61181005aabae43951632a6b850d3 (patch) | |
| tree | 19cd2af19c03cd85ed8324467cbf2605c2fdbf27 | |
| parent | f44fb2c4c73300e24d3041ebfc5aa8152f627c20 (diff) | |
Add a missing dependency ("ts")
I wasn't sure which version to put in there, so I've put the latest one.
| -rw-r--r-- | nano-agenda.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nano-agenda.el b/nano-agenda.el index 4d4f3f3..9de27c7 100644 --- a/nano-agenda.el +++ b/nano-agenda.el @@ -5,7 +5,7 @@ ;; Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr> ;; URL: https://github.com/rougier/nano-agenda ;; Version: 0.1 -;; Package-Requires: ((emacs "27.1")) +;; Package-Requires: ((emacs "27.1") (ts "0.2.2")) ;; Keywords: convenience, org-mode, org-agenda ;; This file is not part of GNU Emacs. |
