Use straight lines for flycheck

This commit is contained in:
Wojciech Kozlowski 2018-07-08 00:54:55 +01:00
parent bf72dec56a
commit fb93e26a99

View File

@ -428,6 +428,11 @@
`(org-checkbox ((t (:foreground, *keywords* :background, *bg-1* :bold t))))
`(org-clock-overlay ((t (:foreground, *mode-line-bg* :background, *string*))))
;; flycheck
`(flycheck-error ((t (:underline (:style line :color "Red1")))))
`(flycheck-warning ((t (:underline (:style line :color "DarkOrange")))))
`(flycheck-info ((t (:underline (:style line :color "ForestGreen")))))
)
;; Define values for colours that don't use faces.