Skip to content

Commit

Permalink
my-basic-modes: fix up bindings for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Apr 23, 2023
1 parent 436838a commit 1712216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions my-basic-modes.el
Expand Up @@ -162,7 +162,7 @@

;; Configure other variables and modes in the :config section,
;; after lazily loading the package.
:config (setq consult-preview-key (kbd "M-."))
:config (setq consult-preview-key "M-.")
;; Optionally configure preview. The default value
;; is 'any, such that any key triggers the preview.
;; (setq consult-preview-key 'any)
Expand All @@ -171,12 +171,12 @@
;; 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 '(kbd "M-.")
consult-theme :preview-key "M-."
consult-ripgrep consult-git-grep consult-grep
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 (kbd "M-."))
:preview-key "M-.")

;; Optionally configure the narrowing key.
;; Both < and C-+ work reasonably well.
Expand Down

0 comments on commit 1712216

Please sign in to comment.