branch: elpa/autothemer commit 026f074b10a35ee1e0e8e39c2dcb78ebfcb04619 Author: jasonm23 <jason...@gmail.com> Commit: jasonm23 <jason...@gmail.com>
fix package header Formatting --- autothemer.el | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/autothemer.el b/autothemer.el index ea5f36f57d..972c50b56e 100644 --- a/autothemer.el +++ b/autothemer.el @@ -1,14 +1,16 @@ -;;; autothemer.el --- Conveniently define themes. -*- lexical-binding: t -*- +;;; autothemer.el --- Conveniently define themes -*- lexical-binding: t -*- ;; -;;; Author: Sebastian Sturm +;; Author: Sebastian Sturm ;; ;; Copyright 2015-2022 Sebastian Sturm ;; -;;; Maintainer: Jason Milkins <jason...@gmail.com> +;; Maintainer: Jason Milkins <jason...@gmail.com> ;; -;;; URL: https://github.com/jasonm23/autothemer -;;; Version: 0.2.6 -;;; Package-Requires: ((dash "2.10.0") (emacs "24") (cl-lib "0.5")) +;; URL: https://github.com/jasonm23/autothemer +;; Version: 0.2.6 +;; Package-Requires: ((dash "2.10.0") (emacs "24") (cl-lib "0.5")) + +;;; License: ;; 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