From 3aa27be57a53c3a80e94897280939d0d3426970f Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 6 Sep 2023 14:31:43 -0500 Subject: [PATCH] Comment: Add TODO Really this is just to make GitHub CI run on this PR. See #58. --- org-web-tools.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-web-tools.el b/org-web-tools.el index 4f597b9..7ca093e 100644 --- a/org-web-tools.el +++ b/org-web-tools.el @@ -1,5 +1,7 @@ ;;; org-web-tools.el --- Display and capture web content with Org-mode -*- lexical-binding: t -*- +;; TODO: Add copyright line. + ;; Author: Adam Porter ;; Url: http://github.com/alphapapa/org-web-tools ;; Version: 1.2-pre