branch: externals/org-remark commit 1abcfe0881083cb85b7e3d13b54a33ef8fa70ada Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
doc: Add license badge and link to LICENSE --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 82a02ee661..a7db6bac8d 100644 --- a/README.org +++ b/README.org @@ -4,6 +4,8 @@ # Note: I use the readme template that alphapapa shares on his GitHub repo <https://github.com/alphapapa/emacs-package-dev-handbook#template>. It works with the org-make-toc <https://github.com/alphapapa/org-make-toc> package, which automatically updates the table of contents. +[[https://img.shields.io/badge/License-GPLv3-blue.svg][License: GPL v3]] + * Screenshots Org-marginalia lets you write margin notes (marginalia) for any text files in a separate Org file. @@ -45,7 +47,7 @@ Then store =org-marginalia.el= in your load-path, and put this in your init file (require 'org-marginalia) #+END_SRC -For example, I use this in my init file. Org-marginalia is a local minor mode. As I want to activate it automatically for all my text-mode files (Org and Markdown), I also put ~org-marginalia-mode 1~ in ~text-mode-hook~ like this below. +For example,6~ I use this in my init file. Org-marginalia is a local minor mode. As I want to activate it automatically for all my text-mode files (Org and Markdown), I also put ~org-marginalia-mode 1~ in ~text-mode-hook~ like this below. #+begin_src emacs-lisp (add-hook 'after-init-hook (lambda() @@ -117,7 +119,7 @@ I am aiming to keep this package to be small and focused. I plan to add the foll * License -GPLv3 +This work is licensed under a GPLv3 license. For a full copy of the licese, refer to [[./LICENSE][LICENSE]]. # Local Variables: # eval: (require 'org-make-toc)