branch: externals/nano-agenda commit 45553252559cd3b061d978bb1ae44230fbf1091e Merge: f44fb2c b2fbf9e Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: GitHub <nore...@github.com>
Merge pull request #2 from vifon/patch-1 Add a missing dependency ("ts") --- 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.