emacs: tweak the denote-rename-buffer-format

This commit is contained in:
Protesilaos Stavrou 2025-05-22 10:41:17 +03:00
parent 4e69ce173f
commit 83f6e98c4a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -285,7 +285,7 @@
(setq denote-date-format nil) ; read its doc string
(setq denote-rename-confirmations nil) ; CAREFUL with this if you are not familiar with Denote!
(setq denote-backlinks-show-context nil)
(setq denote-rename-buffer-format "[D] %D%b")
(setq denote-rename-buffer-format "%D%b")
(setq denote-buffer-has-backlinks-string " (<--->)")
;; Automatically rename Denote buffers when opening them so that

View file

@ -8935,7 +8935,7 @@ facilities to rename files, regardless of file type.
(setq denote-date-format nil) ; read its doc string
(setq denote-rename-confirmations nil) ; CAREFUL with this if you are not familiar with Denote!
(setq denote-backlinks-show-context nil)
(setq denote-rename-buffer-format "[D] %D%b")
(setq denote-rename-buffer-format "%D%b")
(setq denote-buffer-has-backlinks-string " (<--->)")
;; Automatically rename Denote buffers when opening them so that