Add Flymake settings

This commit is contained in:
James Cherti
2025-02-03 11:49:59 -05:00
parent 1b96179b3a
commit ca81f7ed4f

11
init.el
View File

@@ -455,4 +455,15 @@
(provide 'init) (provide 'init)
;;; Flymake
(setq flymake-fringe-indicator-position 'left-fringe)
(setq flymake-show-diagnostics-at-end-of-line nil)
;; Suppress the display of Flymake error counters when there are no errors.
(setq flymake-suppress-zero-counters t)
;; Disable wrapping around when navigating Flymake errors.
(setq flymake-wrap-around nil)
;;; init.el ends here ;;; init.el ends here