branch: externals/tmr commit bf13ea973126ea5a1a8f6d4216959d9da4ade979 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update one-line description and add keywords --- tmr.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmr.el b/tmr.el index 600241c0bc..f1683a571f 100644 --- a/tmr.el +++ b/tmr.el @@ -1,12 +1,13 @@ -;;; tmr.el --- TMR Must Recur -*- lexical-binding: t -*- +;;; tmr.el --- Set timers using a convenient notation -*- lexical-binding: t -*- ;; Copyright (C) 2020-2022 Free Software Foundation, Inc. ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://git.sr.ht/~protesilaos/tmr ;; Mailing list: https://lists.sr.ht/~protesilaos/tmr -;; Version: 0.2.1 +;; Version: 0.2.2 ;; Package-Requires: ((emacs "27.1")) +;; Keywords: convenience, timer ;; This file is NOT part of GNU Emacs.