branch: externals/nano-agenda commit b2fbf9e7adf61181005aabae43951632a6b850d3 Author: Wojciech Siewierski <wojci...@siewierski.eu> Commit: GitHub <nore...@github.com>
Add a missing dependency ("ts") I wasn't sure which version to put in there, so I've put the latest one. --- nano-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.roug...@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.