Use plain ASCII for denote-buffer-has-backlinks-string

This way it works with any font.

This is related to the contribution by Ashton Wiersdorf in pull
request 392: <https://github.com/protesilaos/denote/pull/392>.
This commit is contained in:
Protesilaos Stavrou 2024-07-18 08:55:28 +03:00
parent f808a67bd8
commit dce9d79b23
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -38,7 +38,7 @@
:link '(info-link "(denote) Top")
:link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/denote"))
(defcustom denote-buffer-has-backlinks-string " "
(defcustom denote-buffer-has-backlinks-string "-> "
"A string used to indicate that a buffer has backlinks pointing to it."
:type 'string
:package-version '(denote . "3.1.0")