mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-02 14:53:31 -05:00
Handle broken symlinks in org-roam-search
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
:group 'org-roam-search
|
:group 'org-roam-search
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
(defcustom org-roam-search-ripgrep-extra-flags '("--follow" "--smart-case")
|
(defcustom org-roam-search-ripgrep-extra-flags '("--follow" "--smart-case" "--no-messages")
|
||||||
"Extra flags to apply when searching via ripgrep."
|
"Extra flags to apply when searching via ripgrep."
|
||||||
:group 'org-roam-search
|
:group 'org-roam-search
|
||||||
:type '(list string))
|
:type '(list string))
|
||||||
|
Reference in New Issue
Block a user