Remove the spaces from the denote frontmatter

Otherwise the notes get reformatted every time by prettier.
This commit is contained in:
Andreas Zweili 2023-08-01 11:13:15 +02:00
parent ca57eefd6f
commit 617a1c9b3f
1 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@
(setq denote-rename-buffer-mode 1
denote-excluded-directories-regexp "99_archive"
denote-file-type "markdown-yaml"
denote-directory "~/nextcloud/10_documents/"))
denote-directory "~/nextcloud/10_documents/"
denote-yaml-front-matter "---\ntitle: %s\ndate: %s\ntags: %s\nidentifier: %S\n---\n\n"))