branch: externals/denote
commit 9422778efaec3955018eb7185970778af87bfecf
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add missing autoload cookies for non-Org link fontification
---
 denote.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/denote.el b/denote.el
index 0e614d9aee..5c8f3f546f 100644
--- a/denote.el
+++ b/denote.el
@@ -5450,6 +5450,7 @@ To be used as a `thing-at' provider."
 
 (defvar thing-at-point-provider-alist)
 
+;;;###autoload
 (defun denote-fontify-links-mode-maybe ()
   "Enable `denote-fontify-links-mode' in a denote file unless in `org-mode'."
   (when (and buffer-file-name
@@ -5457,6 +5458,7 @@ To be used as a `thing-at' provider."
              (denote-file-is-note-p buffer-file-name))
     (denote-fontify-links-mode)))
 
+;;;###autoload
 (define-minor-mode denote-fontify-links-mode
   "A minor mode to fontify and fold Denote links.
 

Reply via email to