Created
March 15, 2011 18:44
-
-
Save reedobrien/871215 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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