fix invalid preview key

This commit is contained in:
Andrew Scott 2023-02-12 04:08:21 -05:00
parent 3f9d619575
commit 44602f5816
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -311,8 +311,8 @@
;; 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 "M-."))
(setq consult-preview-key 'any)
;; (setq consult-preview-key (kbd "M-."))
;; (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.