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)