diff --git a/init.el b/init.el index d40cb28..d9356ed 100644 --- a/init.el +++ b/init.el @@ -455,4 +455,15 @@ (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