diff --git a/init.el b/init.el index c6bdb24..00116f3 100644 --- a/init.el +++ b/init.el @@ -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)