Add autoloads to public functions

This commit is contained in:
2021-05-02 21:13:34 +02:00
parent 21076cf494
commit b362d09693

View File

@@ -104,6 +104,7 @@ Return a list of paths to files."
; Public functions ;;;;;;;;;;;;;;;;;;;; ; Public functions ;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defun ivy-quick-find-files-list-files () (defun ivy-quick-find-files-list-files ()
"List files in directories and with specific extensions. "List files in directories and with specific extensions.
@@ -122,6 +123,7 @@ Return a list of paths to files."
otherwise)))) otherwise))))
ivy-quick-find-files-dirs-and-exts)) ivy-quick-find-files-dirs-and-exts))
;;;###autoload
(defun ivy-quick-find-files () (defun ivy-quick-find-files ()
"Quickly find and open files in directories with specific extensions. "Quickly find and open files in directories with specific extensions.