mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Tweak file and defgroup descriptions
This commit is contained in:
parent
9a2c501cd4
commit
418a21dccb
|
|
@ -1,4 +1,4 @@
|
||||||
;;; denote-dired.el --- Integration of denote with Dired -*- lexical-binding: t -*-
|
;;; denote-dired.el --- Integration between Denote and Dired -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2022 Protesilaos Stavrou
|
;; Copyright (C) 2022 Protesilaos Stavrou
|
||||||
|
|
||||||
|
|
@ -36,8 +36,8 @@
|
||||||
(require 'denote)
|
(require 'denote)
|
||||||
|
|
||||||
(defgroup denote-dired ()
|
(defgroup denote-dired ()
|
||||||
"Simple tool for plain text notes."
|
"Integration between Denote and Dired."
|
||||||
:group 'files)
|
:group 'denote)
|
||||||
|
|
||||||
(defvar dired-font-lock-keywords)
|
(defvar dired-font-lock-keywords)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;;; denote-link.el --- Link facility for denote -*- lexical-binding: t -*-
|
;;; denote-link.el --- Link facility for Denote -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2022 Protesilaos Stavrou
|
;; Copyright (C) 2022 Protesilaos Stavrou
|
||||||
|
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
(require 'denote)
|
(require 'denote)
|
||||||
|
|
||||||
(defgroup denote-link ()
|
(defgroup denote-link ()
|
||||||
"Simple tool for plain text notes."
|
"Link facility for Denote."
|
||||||
:group 'files)
|
:group 'denote)
|
||||||
|
|
||||||
;;; User options
|
;;; User options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,8 +52,8 @@
|
||||||
(require 'denote)
|
(require 'denote)
|
||||||
|
|
||||||
(defgroup denote-org-capture ()
|
(defgroup denote-org-capture ()
|
||||||
"Simple tool for plain text notes."
|
"Integration between denote and Org Capture."
|
||||||
:group 'files)
|
:group 'denote)
|
||||||
|
|
||||||
(defcustom denote-org-capture-specifiers "%l\n%i\n%?"
|
(defcustom denote-org-capture-specifiers "%l\n%i\n%?"
|
||||||
"String with format specifiers for `org-capture-templates'.
|
"String with format specifiers for `org-capture-templates'.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;;; denote.el --- Simple notes with a strict file name scheme -*- lexical-binding: t -*-
|
;;; denote.el --- Simple notes with a strict file-naming scheme -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2022 Protesilaos Stavrou
|
;; Copyright (C) 2022 Protesilaos Stavrou
|
||||||
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(defgroup denote ()
|
(defgroup denote ()
|
||||||
"Simple tool for plain text notes."
|
"Simple notes with a strict file-naming scheme."
|
||||||
:group 'files)
|
:group 'files)
|
||||||
|
|
||||||
;;;; User options
|
;;;; User options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue