Use straight lines for flycheck
This commit is contained in:
parent
bf72dec56a
commit
fb93e26a99
@ -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.
|
||||
|
Reference in New Issue
Block a user