branch: externals/denote commit 24997c6bc5815cccb7ea6c6edb01183365d26cab Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove "work-in-progress" from backlinks' section I think it works fine and should be good enough for version 0.1.0. Though I am happy to improve it further. Any bugs will obviously be fix outright. --- denote-link.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-link.el b/denote-link.el index 117d1cddaf..ada84d252c 100644 --- a/denote-link.el +++ b/denote-link.el @@ -174,7 +174,7 @@ and/or the documentation string of `display-buffer'." (find-file (denote-link--find-file-prompt files)) (user-error "No links found in the current buffer"))) -;;;; Backlinks' buffer (WORK-IN-PROGRESS) +;;;; Backlinks' buffer (define-button-type 'denote-link-find-file 'follow-link t