From 1175a21d29dd82d4975b52a26da6740fb26a9d2a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 5 Jan 2026 10:12:14 -0600 Subject: [PATCH] fixing denote buffer names --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 741a9786..9b7d2cec 100644 --- a/README.org +++ b/README.org @@ -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") diff --git a/init.el b/init.el index 04ae8023..484db09b 100644 --- a/init.el +++ b/init.el @@ -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")