branch: externals/denote
commit fed4293084d2a98c41e4f23c13a25748baa7b9fd
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add :info link to denote-dired-directories
---
denote.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/denote.el b/denote.el
index ebaf8be09a..dc55f7e603 100644
--- a/denote.el
+++ b/denote.el
@@ -1613,6 +1613,7 @@ and seconds."
"List of directories where `denote-dired-mode' should apply to."
:type '(repeat directory)
:package-version '(denote . "0.1.0")
+ :link '(info-link "(denote) Fontification in Dired")
:group 'denote-dired)
;;;###autoload