[oni-core] Disable previews for ‘consult-buffer’
This commit is contained in:
parent
348f71e570
commit
3c75681b25
1 changed files with 3 additions and 1 deletions
|
@ -429,7 +429,9 @@ _s_: String list"
|
||||||
|
|
||||||
(with-eval-after-load 'consult
|
(with-eval-after-load 'consult
|
||||||
(with-eval-after-load 'related-files
|
(with-eval-after-load 'related-files
|
||||||
(add-to-list 'consult-buffer-sources 'oni-core-related-places-source)))
|
(add-to-list 'consult-buffer-sources 'oni-core-related-places-source))
|
||||||
|
|
||||||
|
(consult-customize consult-buffer :preview-key nil))
|
||||||
|
|
||||||
;;; Embark
|
;;; Embark
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue