From 13723f81634426e68322dc727e015ccf2b0053ab Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 7 Oct 2019 22:45:39 -0500 Subject: [PATCH] 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). --- helm-org-ql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-org-ql.el b/helm-org-ql.el index d8bdb0c..7feea75 100644 --- a/helm-org-ql.el +++ b/helm-org-ql.el @@ -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))