mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix regexp quoting in +default/search-notes-for-symbol-at-point
This commit is contained in:
@ -295,7 +295,7 @@ If prefix ARG is set, prompt for a known project to search from."
|
||||
"Conduct a text search in the current project for symbol at point. If prefix
|
||||
ARG is set, prompt for a known project to search from."
|
||||
(interactive
|
||||
(list (thing-at-point 'symbol t)))
|
||||
(list (rxt-quote-pcre (or (thing-at-point 'symbol t) ""))))
|
||||
(require 'org)
|
||||
(let ((default-directory org-directory))
|
||||
(+default/search-project-for-symbol-at-point
|
||||
|
Reference in New Issue
Block a user