mirror of
https://github.com/chrisbarrett/nursery
synced 2025-08-31 14:43:33 -05:00
Handle broken symlinks in org-roam-search
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
:group 'org-roam-search
|
||||
: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."
|
||||
:group 'org-roam-search
|
||||
:type '(list string))
|
||||
|
Reference in New Issue
Block a user