From b362d096936351822e3dfbb16caa6d4bfbee4a1a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 2 May 2021 21:13:34 +0200 Subject: [PATCH] Add autoloads to public functions --- ivy-quick-find-files.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ivy-quick-find-files.el b/ivy-quick-find-files.el index 0fd3b8e..b8df4eb 100644 --- a/ivy-quick-find-files.el +++ b/ivy-quick-find-files.el @@ -104,6 +104,7 @@ Return a list of paths to files." ; Public functions ;;;;;;;;;;;;;;;;;;;; +;;;###autoload (defun ivy-quick-find-files-list-files () "List files in directories and with specific extensions. @@ -122,6 +123,7 @@ Return a list of paths to files." otherwise)))) ivy-quick-find-files-dirs-and-exts)) +;;;###autoload (defun ivy-quick-find-files () "Quickly find and open files in directories with specific extensions.