Variable: flymake-fringe-indicator-position
flymake-fringe-indicator-position is a customizable variable defined
in flymake.el.gz.
Value
left-fringe
Documentation
The position to put Flymake fringe indicator.
The value can be nil (do not use indicators), left-fringe or right-fringe.
See flymake-error-bitmap and flymake-warning-bitmap.
This variable was added, or its default value changed, in Emacs 24.3.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-fringe-indicator-position 'left-fringe
"The position to put Flymake fringe indicator.
The value can be nil (do not use indicators), `left-fringe' or `right-fringe'.
See `flymake-error-bitmap' and `flymake-warning-bitmap'."
:version "24.3"
:type '(choice (const left-fringe)
(const right-fringe)
(const :tag "No fringe indicators" nil)))