branch: externals/consult
commit 378365f13d600b31ec23b1440bb7b239e7e18d7c
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    consult--read-from-kill-ring: Use kill-ring category
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index a8427fb..d4f351c 100644
--- a/consult.el
+++ b/consult.el
@@ -3289,7 +3289,7 @@ If no MODES are specified, use currently active major and 
minor modes."
     :prompt "Yank from kill-ring: "
     :history t ;; disable history
     :sort nil
-    :category 'consult-yank
+    :category 'kill-ring
     :require-match t
     :state
     (consult--insertion-preview

Reply via email to