fixing denote buffer names

This commit is contained in:
Chris Cochrun 2026-01-05 10:12:14 -06:00
parent 2238773206
commit 1175a21d29
2 changed files with 2 additions and 2 deletions

View file

@ -1572,7 +1572,7 @@ I might try switching to and using denote instead of Org Roam. Denote doesn't us
denote-modules '(project xref ffap)
denote-known-keywords '("emacs" "bible" "jesus" "tfc" "lesson" "it" "dev"))
(setq denote-rename-buffer-format "[D] %>t")
(setq denote-rename-buffer-format "%D")
(denote-rename-buffer-mode +1)
(setq denote-org-front-matter
"#+TITLE: %1$s\n#+AUTHOR: Chris Cochrun\n#+CREATED: %2$s\n#+filetags: %3$s\n#+identifier: %4$s\n")

View file

@ -1101,7 +1101,7 @@ much faster. The hope is to also make this a faster version of imenu."
denote-modules '(project xref ffap)
denote-known-keywords '("emacs" "bible" "jesus" "tfc" "lesson" "it" "dev"))
(setq denote-rename-buffer-format "[D] %>t")
(setq denote-rename-buffer-format "%D")
(denote-rename-buffer-mode +1)
(setq denote-org-front-matter
"#+TITLE: %1$s\n#+AUTHOR: Chris Cochrun\n#+CREATED: %2$s\n#+filetags: %3$s\n#+identifier: %4$s\n")