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

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

[elpa] externals/denote a40658ed13: Refine face attribute of denote-link


From: ELPA Syncer
Subject: [elpa] externals/denote a40658ed13: Refine face attribute of denote-link-backlink-button
Date: Mon, 11 Jul 2022 03:57:31 -0400 (EDT)

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

    Refine face attribute of denote-link-backlink-button
    
    Thanks to Jean-Philippe Gagné Guay for the feedback:
    <https://github.com/protesilaos/denote/pull/45#issuecomment-1180046543>.
---
 denote-link.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/denote-link.el b/denote-link.el
index 82df7a2034..6f7264e567 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -367,13 +367,10 @@ positions, limit the process to the region in-between."
 
 ;;;; Backlinks' buffer
 
-(defface denote-link--backlink-button nil
-  "Face for backlink buttons.")
-
 (define-button-type 'denote-link-backlink-button
   'follow-link t
   'action #'denote-link--backlink-find-file
-  'face 'denote-link--backlink-button)     ; we use this face attribute to 
style it later
+  'face nil)            ; we use this face though we style it later
 
 (defun denote-link--backlink-find-file (button)
   "Action for BUTTON to `find-file'."



reply via email to

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