Remove flymake-fringe-indicator-position and flymake-suppress-zero-counters

This commit is contained in:
James Cherti
2025-06-13 13:41:57 -04:00
parent 5bfdb6264b
commit 00e95a1534

View File

@@ -447,12 +447,8 @@
;;; Flymake ;;; Flymake
(setq flymake-fringe-indicator-position 'left-fringe)
(setq flymake-show-diagnostics-at-end-of-line nil) (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. ;; Disable wrapping around when navigating Flymake errors.
(setq flymake-wrap-around nil) (setq flymake-wrap-around nil)