branch: externals/denote
commit dce9d79b23ee62a1b369e3372ce7dfc1a4be7a21
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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>.
---
denote-rename-buffer.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-rename-buffer.el b/denote-rename-buffer.el
index 42c41fd5a3..655528ab38 100644
--- a/denote-rename-buffer.el
+++ b/denote-rename-buffer.el
@@ -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")