emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote dce9d79b23 6/8: Use plain ASCII for denote-buffe


From: ELPA Syncer
Subject: [elpa] externals/denote dce9d79b23 6/8: Use plain ASCII for denote-buffer-has-backlinks-string
Date: Thu, 18 Jul 2024 03:57:57 -0400 (EDT)

branch: externals/denote
commit dce9d79b23ee62a1b369e3372ce7dfc1a4be7a21
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]