Flymake: show diagnostics at end of line as virtual text
This commit is contained in:
parent
4d3311251d
commit
82576dd3da
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue