Add autoloads to public functions

This commit is contained in:
Lucien Cartier-Tilet 2021-05-02 21:13:34 +02:00
parent 21076cf494
commit b362d09693
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 0 deletions

View File

@ -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.