From fdd834d9bf2d98a05488854f1201df5e701f000b Mon Sep 17 00:00:00 2001 From: adamoudad Date: Sun, 14 Jul 2024 17:15:41 +0900 Subject: [PATCH] (docs): explain org-roam-file-exclude-regexp (#2458) --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index f0077c9..33e028e 100644 --- a/org-roam.el +++ b/org-roam.el @@ -138,7 +138,7 @@ responsibility to ensure that." :group 'org-roam) (defcustom org-roam-file-exclude-regexp (list org-attach-id-dir) - "Files matching this regular expression are excluded from the Org-roam." + "Files matching this regular expression or list of regular expressions are excluded from the Org-roam." :type '(choice (repeat (string :tag "Regular expression matching files to ignore"))