diff --git a/modules/lang/beancount/autoload/advice.el b/modules/lang/beancount/autoload/advice.el index 1e6029cb6..963317c27 100644 --- a/modules/lang/beancount/autoload/advice.el +++ b/modules/lang/beancount/autoload/advice.el @@ -12,7 +12,7 @@ will theirs, recursively)." (widen) (goto-char (point-min)) (while (re-search-forward - (concat "^" (unless nested? "\\(?:;;;# \\)?") + (concat "^" (unless nested? "\\(?:;+# \\)?") (rx "include" (+ " ") "\"" (group (+ (not "\""))))) nil t) (when-let* ((path (match-string-no-properties 1)))