From 5d08d4e24b8c9c569a82e4540135b3a0fe5a093e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 9 Nov 2020 21:05:19 -0500 Subject: org-maint: Add header/license Also, I tried to come up with another name, since "maint" for "maintenance" is a bit broad: these commands only deal with porting commits. But I couldn't come up with anything, and it doesn't really matter. --- org-maint.el | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/org-maint.el b/org-maint.el index 524ce8e..947e3d9 100644 --- a/org-maint.el +++ b/org-maint.el @@ -1,3 +1,24 @@ +;;; org-maint.el --- Helpers for porting Emacs commits to Org -*- lexical-binding: t; -*- + +;; Copyright (C) 2020 Kyle Meyer + +;; Author: Kyle Meyer + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Code: + (defvar org-maint-emacs-dir "~/src/emacs/emacs/") (defvar org-maint-org-dir "~/src/emacs/org-mode-devel/") @@ -66,3 +87,6 @@ checked is taken from the Org \"ref\" property." "etc/schema/od-schema-v1.2-os.rnc" "lisp/org") (display-buffer (current-buffer))))) + +(provide 'org-maint) +;;; org-maint.el ends here -- cgit v1.2.3