Add Flymake settings
This commit is contained in:
11
init.el
11
init.el
@@ -455,4 +455,15 @@
|
|||||||
|
|
||||||
(provide 'init)
|
(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
|
;;; init.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user