emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 1b9a6a12a0 290/355: Add autoload cookie for butt


From: ELPA Syncer
Subject: [elpa] externals/denote 1b9a6a12a0 290/355: Add autoload cookie for buttonization function
Date: Sun, 26 Jun 2022 23:58:33 -0400 (EDT)

branch: externals/denote
commit 1b9a6a12a0aa1cfe3702881b37e4becb8483e1c8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

[Prev in Thread] Current Thread [Next in Thread]