mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the denote-rename-buffer-format
This commit is contained in:
parent
4e69ce173f
commit
83f6e98c4a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue