summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-config.org b/emacs-config.org
index e1abd07..222ab25 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1760,7 +1760,7 @@ Consult provides search and navigation commands based on the Emacs completion fu
;; Optionally configure preview. The default value
;; is 'any, such that any key triggers the preview.
;; (setq consult-preview-key 'any)
- (setq consult-preview-key "C-.")
+ (setq consult-preview-key "C-SPC")
;; For some commands and buffer sources it is useful to configure the
;; :preview-key on a per-command basis using the `consult-customize' macro.