[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 21d0485649 35/39: Update sample configuration
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 21d0485649 35/39: Update sample configuration |
Date: |
Mon, 11 Jul 2022 00:57:46 -0400 (EDT) |
branch: externals/denote
commit 21d0485649a5caca0e9dcc0e471c9128a85324ac
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Update sample configuration
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 1d8511fdb6..4f093abc1b 100644
--- a/README.org
+++ b/README.org
@@ -1296,11 +1296,11 @@ Everything is in place to set up the package.
;; Remember to check the doc strings of those variables.
(setq denote-directory (expand-file-name "~/Documents/notes/"))
-(setq denote-known-keywords
- '("emacs" "philosophy" "politics" "economics"))
+(setq denote-known-keywords '("emacs" "philosophy" "politics" "economics"))
(setq denote-infer-keywords t)
(setq denote-sort-keywords t)
(setq denote-file-type nil) ; Org is the default, set others here
+(setq denote-prompts '(title keywords))
;; We allow multi-word keywords by default. The author's personal
;; preference is for single-word keywords for a more rigid workflow.
- [elpa] externals/denote 0326ab3d75 04/39: Add TODO for denote-prompts value, (continued)
- [elpa] externals/denote 0326ab3d75 04/39: Add TODO for denote-prompts value, ELPA Syncer, 2022/07/11
- [elpa] externals/denote 05e70d4e5c 11/39: Update doc strings of convenience commands, ELPA Syncer, 2022/07/11
- [elpa] externals/denote c2c0d74dc1 16/39: Fix typo in denote-prompts doc string, ELPA Syncer, 2022/07/11
- [elpa] externals/denote c56ddd3fb9 19/39: Update doc string of 'denote' command, ELPA Syncer, 2022/07/11
- [elpa] externals/denote a283cc1139 21/39: Revert "Avoid errors with string value for keywords", ELPA Syncer, 2022/07/11
- [elpa] externals/denote 4cae3d4262 24/39: Rename args in 'denote' for consistency, ELPA Syncer, 2022/07/11
- [elpa] externals/denote 23cebf0fe5 26/39: Simplify 'denote' doc string about TITLE arg, ELPA Syncer, 2022/07/11
- [elpa] externals/denote 840ffc522f 27/39: Reword and expand doc string of 'denote-prompts', ELPA Syncer, 2022/07/11
- [elpa] externals/denote 084bd4656e 28/39: Clarify interactivity for 'denote-prompts', ELPA Syncer, 2022/07/11
- [elpa] externals/denote b4b08f28e5 29/39: Improve denote-prompts reference to other commands, ELPA Syncer, 2022/07/11
- [elpa] externals/denote 21d0485649 35/39: Update sample configuration,
ELPA Syncer <=
- [elpa] externals/denote bce2c1b567 37/39: Fix index of 'denote' arguments, ELPA Syncer, 2022/07/11
- [elpa] externals/denote 41600033a9 38/39: Update docs of convenience interactive commands, ELPA Syncer, 2022/07/11
- [elpa] externals/denote 089b0bea0e 39/39: Fix typo in the manual, ELPA Syncer, 2022/07/11