Add autoloads to public functions
This commit is contained in:
parent
21076cf494
commit
b362d09693
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user