mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
"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."
|
ARG is set, prompt for a known project to search from."
|
||||||
(interactive
|
(interactive
|
||||||
(list (thing-at-point 'symbol t)))
|
(list (rxt-quote-pcre (or (thing-at-point 'symbol t) ""))))
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(let ((default-directory org-directory))
|
(let ((default-directory org-directory))
|
||||||
(+default/search-project-for-symbol-at-point
|
(+default/search-project-for-symbol-at-point
|
||||||
|
Reference in New Issue
Block a user