selectrum: fix false positive marginalia annotation...
for `flycheck-error-list-set-filter`.
This commit is contained in:
parent
794b8c2383
commit
dc6da589be
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@
|
|||
(nconc marginalia-command-categories
|
||||
'((persp-switch-to-buffer . buffer)
|
||||
(projectile-find-file . project-file)
|
||||
(doom/describe-active-minor-mode . minor-mode))))
|
||||
(doom/describe-active-minor-mode . minor-mode)
|
||||
(flycheck-error-list-set-filter . builtin))))
|
||||
|
||||
(use-package! embark-consult
|
||||
:after (embark consult)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue