Flymake: show diagnostics at end of line as virtual text

This commit is contained in:
Evie Litherland-Smith 2024-07-17 06:36:44 +01:00
parent 4d3311251d
commit 82576dd3da

View file

@ -977,7 +977,7 @@
:hook ((prog-mode yaml-ts-mode) . (lambda () (flymake-mode +1))) :hook ((prog-mode yaml-ts-mode) . (lambda () (flymake-mode +1)))
:custom :custom
(flymake-no-changes-timeout 1) (flymake-no-changes-timeout 1)
(flymake-show-diagnostics-at-end-of-line nil)) (flymake-show-diagnostics-at-end-of-line 'short))
(use-package flymake-popon (use-package flymake-popon
:if (package-installed-p 'flymake-popon) :if (package-installed-p 'flymake-popon)