branch: externals/denote
commit d75a0c2ac272233ee776c771d22c6796a83854f6
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add :info link to denote-link-fontify-backlinks
---
 denote.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote.el b/denote.el
index dc55f7e603..447dff555f 100644
--- a/denote.el
+++ b/denote.el
@@ -1656,6 +1656,7 @@ Add this function to `dired-mode-hook'."
   "When non-nil, apply faces to files in the backlinks' buffer."
   :type 'boolean
   :package-version '(denote . "0.1.0")
+  :link '(info-link "(denote) The backlinks' buffer")
   :group 'denote-link)
 
 (defcustom denote-link-backlinks-display-buffer-action

Reply via email to