mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
feat(selectrum): Add +selectrum/search-symbol-at-point
This commit is contained in:
committed by
Itai Y. Efrat
parent
5216ba411f
commit
dfce5ddb17
@@ -67,3 +67,8 @@ in the search."
|
||||
If ARG (universal argument), include all files, even hidden or compressed ones."
|
||||
(interactive "P")
|
||||
(+selectrum/project-search arg initial-query default-directory))
|
||||
|
||||
;;;###autoload
|
||||
(defun +selectrum/search-symbol-at-point ()
|
||||
(interactive)
|
||||
(consult-line (thing-at-point 'symbol)))
|
||||
|
Reference in New Issue
Block a user