branch: externals/denote commit a40658ed136e1c3529608c8b722b60a8521559a5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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'."