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:
Adam Porter 2019-10-07 22:45:39 -05:00
parent 553c22c3ac
commit 13723f8163

View file

@ -197,6 +197,7 @@ Is transformed into this query:
:match #'identity
:fuzzy-match nil
:multimatch nil
:nohighlight t
:volatile t
:keymap helm-org-ql-map
:action helm-org-ql-actions))