Variable: denote-rename-buffer-backlinks-indicator
denote-rename-buffer-backlinks-indicator is a customizable variable
defined in denote.el.
Value
" <-->"
Documentation
A string used to indicate that a buffer has backlinks pointing to it.
This variable was added, or its default value changed, in denote version 3.1.0.
Aliases
denote-buffer-has-backlinks-string
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-rename-buffer-backlinks-indicator " <-->"
"A string used to indicate that a buffer has backlinks pointing to it."
:type 'string
:package-version '(denote . "3.1.0")
:group 'denote-rename-buffer)