Tidy: Indentation
This commit is contained in:
parent
5f058b9eee
commit
77916a1c4f
1 changed files with 9 additions and 8 deletions
|
|
@ -175,7 +175,8 @@ single predicate)."
|
|||
(--select (not (or (string-match-p (rx bos (1+ (not (any ":"))) ":") it)
|
||||
(< (length it) org-ql-find-snippet-minimum-token-length)))
|
||||
(split-string str nil t (rx space)))
|
||||
snippet-regexp (when query-tokens
|
||||
snippet-regexp
|
||||
(when query-tokens
|
||||
;; Limiting each context word to 15 characters
|
||||
;; prevents excessively long, non-word strings
|
||||
;; from ending up in snippets, which can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue