emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult-hoogle f78db233c0 18/21: New consult builder fo


From: ELPA Syncer
Subject: [elpa] externals/consult-hoogle f78db233c0 18/21: New consult builder format
Date: Sun, 4 Feb 2024 12:57:54 -0500 (EST)

branch: externals/consult-hoogle
commit f78db233c064275b05f7e8c3ddbbf22271b4ab63
Author: Rahguzar <aikrahguzar@zohomail.eu>
Commit: Rahguzar <aikrahguzar@zohomail.eu>

    New consult builder format
---
 consult-hoogle.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/consult-hoogle.el b/consult-hoogle.el
index 555ba02c61..81d4cc830f 100644
--- a/consult-hoogle.el
+++ b/consult-hoogle.el
@@ -50,8 +50,8 @@
   "Build command line given CONFIG and INPUT."
   (pcase-let ((`(,arg . ,opts) (consult--command-split input)))
     (unless (string-blank-p arg)
-      (list :command (append (split-string-and-unquote consult-hoogle-args) 
(list arg) opts)
-            :highlight (cdr (consult--default-regexp-compiler input 'basic 
t))))))
+      (cons (append (split-string-and-unquote consult-hoogle-args) (list arg) 
opts)
+            (cdr (consult--default-regexp-compiler input 'basic t))))))
 
 (defun consult-hoogle--format (lines) "Format the LINES from hoogle result."
        (seq-map #'consult-hoogle--format-result lines))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]