diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-03 21:59:25 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-03 21:59:25 +0100 |
| commit | cc6911351683bee4cf413c49ef153fe637c186a1 (patch) | |
| tree | 150e849869bfd37015b8f16fb17110366efbb211 | |
| parent | 5fd3b0f00e99eb0792db3b0e07d455a41ffd7138 (diff) | |
Set consult preview key & disable auto previews
| -rw-r--r-- | emacs-config.org | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/emacs-config.org b/emacs-config.org index 8c63a4a..ab4b0c1 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1711,18 +1711,18 @@ 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 "M-.") - ;; (setq consult-preview-key '("S-<down>" "S-<up>")) + (setq consult-preview-key "C-.") + ;; For some commands and buffer sources it is useful to configure the ;; :preview-key on a per-command basis using the `consult-customize' macro. - (consult-customize - consult-theme :preview-key '(:debounce 0.2 any) - consult-ripgrep consult-git-grep consult-grep consult-man - consult-bookmark consult-recent-file consult-xref - consult--source-bookmark consult--source-file-register - consult--source-recent-file consult--source-project-recent-file - ;; :preview-key "M-." - :preview-key '(:debounce 0.4 any)) + ;; (consult-customize + ;; consult-theme :preview-key '(:debounce 0.2 any) + ;; consult-ripgrep consult-git-grep consult-grep consult-man + ;; consult-bookmark consult-recent-file consult-xref + ;; consult--source-bookmark consult--source-file-register + ;; consult--source-recent-file consult--source-project-recent-file + ;; ;; :preview-key "M-." + ;; :preview-key '(:debounce 0.4 any)) ;; Optionally configure the narrowing key. ;; Both < and C-+ work reasonably well. |
