Change: (helm-org-ql) Disable highlighting
Doesn't work properly because input contains predicates and keywords that shouldn't be highlighted. Might try to fix it someday to only use args to (regexp) and (heading).
This commit is contained in:
parent
553c22c3ac
commit
13723f8163
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ Is transformed into this query:
|
||||||
:match #'identity
|
:match #'identity
|
||||||
:fuzzy-match nil
|
:fuzzy-match nil
|
||||||
:multimatch nil
|
:multimatch nil
|
||||||
|
:nohighlight t
|
||||||
:volatile t
|
:volatile t
|
||||||
:keymap helm-org-ql-map
|
:keymap helm-org-ql-map
|
||||||
:action helm-org-ql-actions))
|
:action helm-org-ql-actions))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue