Browse Source

disabled live preview for some consult stuff

master
Marc 2 years ago
parent
commit
3d704dee78
1 changed files with 11 additions and 0 deletions
  1. 11
      config.org

11
config.org

@ -616,6 +616,17 @@ Uses default features of emacs instead of bringing a new framework in like helm
(("C-x C-r" . consult-recent-file)
("C-x b" . consult-buffer)
("C-s" . consult-line))
:config
;; disable preview for some commands and buffers
;; and enable it by M-.
;; see https://github.com/minad/consult#use-package-example
(consult-customize
consult-theme
:preview-key '(debounce 0.2 any)
consult-ripgrep consult-git-grep consult-grep
consult-bookmark consult-recent-file consult-xref
consult--source-file consult--source-project-file consult--source-bookmark
:preview-key (kbd "M-."))
)
;; shows descriptions in M-x

Loading…
Cancel
Save