branch: externals/tomelr commit 3aa4dc1dbdce5875166b9db76b6de0a0ad679b33 Author: Kaushal Modi <kaushal.m...@gmail.com> Commit: Kaushal Modi <kaushal.m...@gmail.com>
chore: Add Package-Requires and other info in the header comment --- tomelr.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tomelr.el b/tomelr.el index 1ef27faaa9..520b702cf5 100644 --- a/tomelr.el +++ b/tomelr.el @@ -1,6 +1,10 @@ ;;; tomelr.el --- Convert Emacs s-expressions to TOML -*- lexical-binding: t -*- ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> +;; URL: https://github.com/kaushalmodi/tomelr +;; Package-Requires: ((emacs "26.3")) +;; Keywords: TOML, config +;; Version: v0.0.1 ;; This file is not part of GNU Emacs.