Innehållsförteckning RecentChanges News ElispArea HowTo Problems Suggestions

Comments on FlyMake

Turning off errline & warnline highlighting

I wanted underlining instead of highlighting, but the code from this page wasn’t working - maybe conflicting with the theme (solarized), or something else.

I’m very new to emacs, but ended up adding a hook to flymake mode like this:

(add-hook 'flymake-mode-hook
	  (lambda ()

	    (set-face-attribute 'flymake-errline nil
				:underline "red"
				:weight 'bold
				:background nil)
	    (set-face-attribute 'flymake-warnline nil
				:underline "yellow"
				:weight 'bold
				:background nil)

	    (set-face-attribute 'flymake-infoline nil
				:underline "lime green"
				:weight 'bold
				:background nil)))

– David 2013-05-19 07:24 UTC

Please make sure you contribute only your own work. IP numbers are made available via the page history. If you want to keep it a secret, you need to use Tor. See TextFormattingRules for how to format text. See StyleGuide for the suggested writing style on this wiki.

Please answer this captcha: