From bf5284eb57509c9d65b0b7a9ad9564cda2efe579 Mon Sep 17 00:00:00 2001 From: Chris Barrett Date: Sun, 6 Nov 2022 13:45:32 +1300 Subject: [PATCH] Handle broken symlinks in org-roam-search --- lisp/org-roam-search.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-roam-search.el b/lisp/org-roam-search.el index 706addc..7e2499b 100644 --- a/lisp/org-roam-search.el +++ b/lisp/org-roam-search.el @@ -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))