Remove flymake-fringe-indicator-position and flymake-suppress-zero-counters
This commit is contained in:
4
init.el
4
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user