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

    Add autoload cookie for buttonization function
    
    Users will be adding it to a hook.
---
 denote-link.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote-link.el b/denote-link.el
index da7262a012..f23ccc9b34 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -246,6 +246,7 @@ format is always [[denote:IDENTIFIER]]."
               (button-end button)))))
     (funcall denote-link-buton-action (file-name-completion id 
(denote-directory)))))
 
+;;;###autoload
 (defun denote-link-buttonize-buffer (&optional beg end)
   "Make denote: links actionable buttons in the current buffer.
 Add this to `find-file-hook' (it will not do anything in

Reply via email to