mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak denote-rename-buffer-format spacing
This commit is contained in:
parent
174e2d0049
commit
5dd0351bdc
|
|
@ -291,8 +291,8 @@
|
|||
|
||||
(setq denote-backlinks-show-context nil)
|
||||
|
||||
(setq denote-rename-buffer-format "[D] %t %b")
|
||||
(setq denote-buffer-has-backlinks-string "(<--->)")
|
||||
(setq denote-rename-buffer-format "[D] %t%b")
|
||||
(setq denote-buffer-has-backlinks-string " (<--->)")
|
||||
|
||||
;; Automatically rename Denote buffers when opening them so that
|
||||
;; instead of their long file name they have a literal "[D]"
|
||||
|
|
|
|||
|
|
@ -8643,8 +8643,8 @@ facilities to rename files, regardless of file type.
|
|||
|
||||
(setq denote-backlinks-show-context nil)
|
||||
|
||||
(setq denote-rename-buffer-format "[D] %t %b")
|
||||
(setq denote-buffer-has-backlinks-string "(<--->)")
|
||||
(setq denote-rename-buffer-format "[D] %t%b")
|
||||
(setq denote-buffer-has-backlinks-string " (<--->)")
|
||||
|
||||
;; Automatically rename Denote buffers when opening them so that
|
||||
;; instead of their long file name they have a literal "[D]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue