branch: externals/denote-markdown commit 85438bebbde45e9747f12347375159502baa2e12 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing denote-markdown defgroup We do not have any user options right now, but we will eventually. --- denote-markdown.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/denote-markdown.el b/denote-markdown.el index 3f26c6d5c4..7e29a48084 100644 --- a/denote-markdown.el +++ b/denote-markdown.el @@ -31,6 +31,14 @@ (require 'denote) +(defgroup denote-markdown () + "Optional extensions for Denote that work specifically with Markdown files." + :group 'denote + :link '(info-link "(denote) top") + :link '(info-link "(denote-markdown) top") + :link '(url-link :tag "Denote homepage" "https://protesilaos.com/emacs/denote") + :link '(url-link :tag "Denote Markdown homepage" "https://protesilaos.com/emacs/denote-markdown")) + ;;;; Register a new file type (add-to-list