summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2023-06-12 11:57:03 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2023-06-12 11:57:03 (GMT)
commit72797e8ff99a0b1623a35ea0f7e4158de09472ff (patch)
treede38d3b4a2b795244081e3ab047c27c6f352a0c1
parent53b63c352cfc05273ba0ab8467e964ebb7b16c7e (diff)
downloaddotemacs-72797e8ff99a0b1623a35ea0f7e4158de09472ff.zip
dotemacs-72797e8ff99a0b1623a35ea0f7e4158de09472ff.tar.gz
dotemacs-72797e8ff99a0b1623a35ea0f7e4158de09472ff.tar.bz2
Consult behavior of key specification changed
https://github.com/minad/consult/commit/982ec0b0c15c5b01bb7bef7c45f142fcc32ab550
-rw-r--r--lisp/ravi-init-completion.el2
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.