nit(vertico): add missing function docstring

This commit is contained in:
Matthieu Petiteau 2022-07-28 14:36:21 +01:00 committed by Henrik Lissner
parent 3694969dd4
commit ba859fcfc0

View file

@ -73,6 +73,7 @@ If ARG (universal argument), include all files, even hidden or compressed ones."
;;;###autoload
(defun +vertico/search-symbol-at-point ()
"Performs a search in the current buffer for thing at point."
(interactive)
(consult-line (thing-at-point 'symbol)))