Skip to content

Instantly share code, notes, and snippets.

@reedobrien
Created March 15, 2011 18:44
Show Gist options
  • Save reedobrien/871215 to your computer and use it in GitHub Desktop.
Save reedobrien/871215 to your computer and use it in GitHub Desktop.
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(flymake-errline ((((class color)) (:underline "OrangeRed"))))
'(flymake-warnline ((((class color)) (:underline "yellow"))))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment