branch: externals/denote-markdown commit 8438f9c30222ff109817544488c84a9a760014a3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the header to make it stand out as a package --- denote-markdown.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/denote-markdown.el b/denote-markdown.el index 318f389f6f..01324259ff 100644 --- a/denote-markdown.el +++ b/denote-markdown.el @@ -1,10 +1,12 @@ -;;; denote-markdown.el --- Denote extensions for Markdown mode -*- lexical-binding: t -*- +;;; denote-markdown.el --- Extensions that better integrate Denote with Markdown -*- lexical-binding: t -*- ;; Copyright (C) 2024-2025 Free Software Foundation, Inc. ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> -;; URL: https://github.com/protesilaos/denote +;; URL: https://github.com/protesilaos/denote-markdown +;; Version: 0.0.0 +;; Package-Requires: ((emacs "28.1") (denote "3.1.0")) ;; This file is NOT part of GNU Emacs.