diff options
| -rw-r--r-- | lisp/ravi-init-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<S-down>") (kbd "<S-up>"))) ;; For some commands and buffer sources it is useful to configure the ;; :preview-key on a per-command basis using the `consult-customize' macro. |
