Adjust flymake display config
This commit is contained in:
parent
6c095f4403
commit
dea6414230
4
init.el
4
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)
|
||||
|
|
Loading…
Reference in a new issue