Adjust flymake display config

This commit is contained in:
Evie Litherland-Smith 2025-02-24 10:43:38 +00:00
parent 6c095f4403
commit dea6414230

View file

@ -1112,7 +1112,9 @@
("C-c C-," . flymake-goto-prev-error))
:hook ((prog-mode yaml-ts-mode) . (lambda () (flymake-mode +1)))
:custom
(flymake-show-diagnostics-at-end-of-line 'short))
(flymake-indicator-type 'fringes)
(flymake-fringe-indicator-position 'right-fringe)
(flymake-show-diagnostics-at-end-of-line nil))
(use-package flymake-shellcheck
:if (package-installed-p 'flymake-shellcheck)