branch: externals/org-modern commit 6fadad5cdff5dbb3de9fd210ebf34a02d47e9d76 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Change copyright --- README.org | 9 +++++++++ org-modern.el | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 4c9f0ace81..c5d1f8bafc 100644 --- a/README.org +++ b/README.org @@ -3,9 +3,13 @@ #+language: en #+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs" src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a> +#+html: <a href="http://elpa.gnu.org/packages/org-modern.html"><img alt="GNU ELPA" src="https://elpa.gnu.org/packages/org-modern.svg"/></a> +#+html: <a href="http://elpa.gnu.org/devel/org-modern.html"><img alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/org-modern.svg"/></a> #+html: <a href="https://melpa.org/#/org-modern"><img alt="MELPA" src="https://melpa.org/packages/org-modern-badge.svg"/></a> #+html: <a href="https://stable.melpa.org/#/org-modern"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/org-modern-badge.svg"/></a> +* Introduction + This package implements a "modern" style for your Org buffers using font locking and text properties. The package styles headlines, keywords, tables and source blocks. The styling is configurable, you can enable, disable or modify the style @@ -94,3 +98,8 @@ screenshot above. ;; Enable org-modern-mode (add-hook 'org-mode-hook 'org-modern-mode) #+end_src + +* Contributions + +Since this package is part of [[http://elpa.gnu.org/packages/org-modern.html][GNU ELPA]] contributions require a copyright +assignment to the FSF. diff --git a/org-modern.el b/org-modern.el index 2f4c8cb49e..50d8d3b8b1 100644 --- a/org-modern.el +++ b/org-modern.el @@ -1,15 +1,15 @@ ;;; org-modern.el --- Modern looks for Org -*- lexical-binding: t -*- -;; Copyright (C) 2022 Daniel Mendler +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Daniel Mendler <m...@daniel-mendler.de> +;; Maintainer: Daniel Mendler <m...@daniel-mendler.de> ;; Created: 2022 -;; License: GPL-3.0-or-later ;; Version: 0.2 ;; Package-Requires: ((emacs "27.1")) ;; Homepage: https://github.com/minad/org-modern -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. ;; 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