branch: externals/denote commit d0dbbab6034e25f74be9bbc54c74778388cafc3b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update short descriptions --- README.md => README.org | 0 denote-link.el | 2 +- denote-org-capture.el | 2 +- denote.el | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.org similarity index 100% rename from README.md rename to README.org diff --git a/denote-link.el b/denote-link.el index 4c2674aac6..7eb5a89916 100644 --- a/denote-link.el +++ b/denote-link.el @@ -1,4 +1,4 @@ -;;; denote-link.el --- Link to file with denote -*- lexical-binding: t -*- +;;; denote-link.el --- Link facility for denote -*- lexical-binding: t -*- ;; Copyright (C) 2022 Protesilaos Stavrou diff --git a/denote-org-capture.el b/denote-org-capture.el index e7f6a01ab3..796877c767 100644 --- a/denote-org-capture.el +++ b/denote-org-capture.el @@ -1,4 +1,4 @@ -;;; denote-org-capture.el --- Denote integration with org-capture -*- lexical-binding: t -*- +;;; denote-org-capture.el --- Integration between denote and org-capture -*- lexical-binding: t -*- ;; Copyright (C) 2022 Protesilaos Stavrou diff --git a/denote.el b/denote.el index 44c1e0a4e4..e63cd1b31d 100644 --- a/denote.el +++ b/denote.el @@ -1,4 +1,4 @@ -;;; denote.el --- Do Easy NOTE -*- lexical-binding: t -*- +;;; denote.el --- Simple notes with a strict file name convention -*- lexical-binding: t -*- ;; Copyright (C) 2022 Protesilaos Stavrou