diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-langs.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-langs.el index de8a931c..d7363915 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-langs.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-langs.el @@ -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 diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index e70b6ab9..5ae572d2 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -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