From 369e00b69fe9525208904dbe8a9710e999cfe38a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 7 Oct 2025 14:14:46 +0100 Subject: Change consult preview key to C-SPC --- emacs-config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit