From 72797e8ff99a0b1623a35ea0f7e4158de09472ff Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Mon, 12 Jun 2023 06:57:03 -0500 Subject: Consult behavior of key specification changed https://github.com/minad/consult/commit/982ec0b0c15c5b01bb7bef7c45f142fcc32ab550 diff --git a/lisp/ravi-init-completion.el b/lisp/ravi-init-completion.el index 5750f7b..79613ed 100644 --- a/lisp/ravi-init-completion.el +++ b/lisp/ravi-init-completion.el @@ -307,7 +307,7 @@ ;; Optionally configure preview. The default value ;; is 'any, such that any key triggers the preview. ;; (setq consult-preview-key 'any) - (setq consult-preview-key (kbd "C-o")) + (setq consult-preview-key "C-o") ;; (setq consult-preview-key (list (kbd "") (kbd ""))) ;; For some commands and buffer sources it is useful to configure the ;; :preview-key on a per-command basis using the `consult-customize' macro. -- cgit v0.10.1