Add star buffers to consult-buffer-filter

This commit is contained in:
David Morgan 2023-06-21 07:00:16 +01:00
parent 8e10457f91
commit 7417d0a2b9
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -335,6 +335,7 @@ DEFS is a plist associating completion categories to commands."
consult--preview-function #'ignore)))
(setq consult-narrow-key "<")
(add-to-list 'consult-buffer-filter "^\\*")
(setq consult-project-function (lambda (_) (persp-current-project-root)))