summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-07 14:14:46 +0100
committerBlake Romero <blake@blkrom.com>2025-10-07 14:14:46 +0100
commit369e00b69fe9525208904dbe8a9710e999cfe38a (patch)
tree783db11eaea5f81ad770087117b71e6dfa10390e
parent6b2d01317f4112471a6d157b4c1dfdfc751dabf0 (diff)
Change consult preview key to C-SPC
-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.