When I manually run `(flycheck-set-indication-mode 'left-margin)` everything works great But I can't set it by default. I tried to use a lot of variants, for example, ``` (package! flycheck-clj-kondo) (use-package flycheck-clj-kondo :config (flycheck-set-indication-mode 'left-margin)) ```