mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
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:
parent
f808a67bd8
commit
dce9d79b23
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue