Handle broken symlinks in org-roam-search

This commit is contained in:
Chris Barrett
2022-11-06 13:45:32 +13:00
parent 3e78405244
commit bf5284eb57

View File

@@ -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))