mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(vertico): add missing function docstring
This commit is contained in:
committed by
Henrik Lissner
parent
3694969dd4
commit
ba859fcfc0
@ -73,6 +73,7 @@ If ARG (universal argument), include all files, even hidden or compressed ones."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +vertico/search-symbol-at-point ()
|
(defun +vertico/search-symbol-at-point ()
|
||||||
|
"Performs a search in the current buffer for thing at point."
|
||||||
(interactive)
|
(interactive)
|
||||||
(consult-line (thing-at-point 'symbol)))
|
(consult-line (thing-at-point 'symbol)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user