From f3c784d42285c1fb8f4d367054c01c367183d09d Mon Sep 17 00:00:00 2001 From: fanshi1028 <8843502+fanshi1028@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:45:12 +0800 Subject: [PATCH] fix(default): +default/diagnostics project-wise diagnostics when using eglot + vertico --- modules/config/default/autoload/default.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/autoload/default.el b/modules/config/default/autoload/default.el index f229f3b7c..152574178 100644 --- a/modules/config/default/autoload/default.el +++ b/modules/config/default/autoload/default.el @@ -66,7 +66,7 @@ current project. Otherwise list them for the current buffer" (flycheck-list-errors))) ((bound-and-true-p flymake-mode) (if (modulep! :completion vertico) - (consult-flymake) + (consult-flymake t) (flymake-show-diagnostics-buffer))) (t (user-error "No diagnostics backend detected. Enable flycheck or \