From 00e95a1534fff57a4654ebcf62252f9b55d603ba Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:41:57 -0400 Subject: [PATCH] Remove flymake-fringe-indicator-position and flymake-suppress-zero-counters --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index a5cb375..2439f1d 100644 --- a/init.el +++ b/init.el @@ -447,12 +447,8 @@ ;;; 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)